WebKit2.SecurityManager.prototype.uri_scheme_is_display_isolated
function uri_scheme_is_display_isolated(scheme: String): Boolean { // Gjs wrapper for webkit_security_manager_uri_scheme_is_display_isolated() }
Whether scheme is considered as a display isolated scheme. See also WebKit2.SecurityManager.prototype.register_uri_scheme_as_display_isolated.
- scheme
a URI scheme
- Returns
true if scheme is a display isolated scheme or false otherwise.