[ Version ( since = "2.4" ) ]
public void set_web_process_extensions_initialization_user_data (Variant user_data)
Set user data to be passed to Web Extensions on initialization.
The data will be passed to the WebKitWebProcessExtensionInitializeWithUserDataFunction
. This method must be called before
loading anything in this context, otherwise it will not have any effect. You can connect to
initialize_web_process_extensions to call this
method before anything is loaded.
this | |
user_data |
a Variant |