Interface NavigatorContentUtils
interface NavigatorContentUtils {
registerProtocolHandler(scheme: string, url: string | URL): void;
}
registerProtocolHandler(scheme: string, url: string | URL): void;
}
Hierarchy
- NavigatorContentUtils (View Summary)
Available only in secure contexts.
MDN Reference