webkit.script_message_reply
Module for [ScriptMessageReply] class
class ScriptMessageReply
Types 1
A reply for a script message received. If no reply has been sent by the user, an automatically generated reply with undefined value with be sent.
Methods
void returnErrorMessage(string errorMessage) nothrowReply to a script message with an error message.void returnValue(javascriptcore.value.Value replyValue) nothrowReply to a script message with a value.