UserContentManager.unregisterScriptMessageHandler

Unregisters a previously registered message handler.

Note that this does *not* disconnect handlers for the #WebKitUserContentManager::script-message-received signal; they will be kept connected, but the signal will not be emitted unless the handler name is registered again.

See also webkit_user_content_manager_register_script_message_handler().

class UserContentManager
void
unregisterScriptMessageHandler
(
string name
)

Parameters

name string

Name of the script message channel

Meta