WebKit2.WebView.prototype.get_user_content_manager

function get_user_content_manager(): WebKit2.UserContentManager {
    // Gjs wrapper for webkit_web_view_get_user_content_manager()
}
  

Gets the user content manager associated to web_view, or null if the view does not have an user content manager.

Since 2.6

Returns

the WebKit2.UserContentManager associated with the view