[ Version ( since = "2.2" ) ]
public static unowned ScriptWorld get_default ()
Get the default ScriptWorld.
This is the normal script world where all scripts are executed by default. You can get the JavaScript execution context of a
ScriptWorld for a given Frame with
webkit_frame_get_javascript_context_for_script_world
.
the default ScriptWorld |