Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NavigatorContentUtils

interface NavigatorContentUtils {
registerProtocolHandler(scheme: string, url: string | URL): void;
}

§Methods

§
registerProtocolHandler(scheme: string, url: string | URL): void
[src]

Available only in secure contexts.