signal callback delegate or function to connect
void callback(webkitwebprocessextension.web_page.WebPage page, webkitwebprocessextension.frame.Frame frame, webkitwebprocessextension.script_world.ScriptWorld scriptWorld)
page a #WebKitWebPage (optional)
frame the #WebKitFrame to which world belongs (optional)
scriptWorld the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to WindowObjectCleared signal.
Emitted when the JavaScript window object in a #WebKitScriptWorld has been cleared. This is the preferred place to set custom properties on the window object using the JavaScriptCore API. You can get the window object of frame from the JavaScript execution context of world that is returned by webkitwebprocessextension.frame.Frame.getJsContextForScriptWorld.