Interface NavigatorContentUtils
interface NavigatorContentUtils {
registerProtocolHandler(scheme: string, url: string | URL): void;
}
registerProtocolHandler(scheme: string, url: string | URL): void;
}
Index
Methods
Methods
registerProtocolHandler
- register
Protocol (scheme, url): voidHandler Parameters
- scheme: string
- url: string | URL
Returns void
Available only in secure contexts.
MDN Reference