connectScriptDialog
Emitted when JavaScript code calls
It is possible to handle the script dialog request asynchronously, by simply caling webkit_script_dialog_ref() on the @dialog argument and calling webkit_script_dialog_close() when done. If the last reference is removed on a #WebKitScriptDialog and the dialog has not been closed, webkit_script_dialog_close() will be called.
Parameters
A combination of ConnectFlags
the Callback to connect. Params: dialog
the #WebKitScriptDialog to show. Returns true to stop other handlers from being invoked for the event. false to propagate the event further.