Skip to main content
Module

x/evt/lib/types/lib.dom.ts>NavigatorContentUtils

💧EventEmitter's typesafe replacement
Go to Latest
interface NavigatorContentUtils
import { type NavigatorContentUtils } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Methods

registerProtocolHandler(
scheme: string,
url: string,
title: string,
): void
unregisterProtocolHandler(scheme: string, url: string): void