webkit.script_message_reply

Module for [ScriptMessageReply] class

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 * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
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.
Constructors
this(void * ptr, Flag!"Take" take)