set_web_extensions_initialization_user_data
Description:
[ Version ( since = "2.4" ) ]
public void set_web_extensions_initialization_user_data (Variant user_data)
public void set_web_extensions_initialization_user_data (Variant user_data)
Set user data to be passed to web process extensions on initialization.
The data will be passed to the WebKitWebExtensionInitializeWithUserDataFunction
. This method must be called before loading
anything in this context, otherwise it will not have any effect. You can connect to
initialize_web_extensions to call this method
before anything is loaded.
Parameters:
this | |
user_data |
a Variant |