WebKit2.SecurityManager.prototype.uri_scheme_is_empty_document
function uri_scheme_is_empty_document(scheme: String): Boolean { // Gjs wrapper for webkit_security_manager_uri_scheme_is_empty_document() }
Whether scheme is considered as an empty document scheme. See also WebKit2.SecurityManager.prototype.register_uri_scheme_as_empty_document.
- scheme
a URI scheme
- Returns
true if scheme is a an empty document scheme or false otherwise.