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
ScriptMessageReply self()Returns `this`, for use in `with` statements.void returnErrorMessage(string errorMessage)Reply to a script message with an error message.void returnValue(javascriptcore.value.Value replyValue)Reply to a script message with a value.