Interface NavigatorContentUtils

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

    Methods

    • Available only in secure contexts.

      MDN Reference

      Parameters

      • scheme: string
      • url: string | URL

      Returns void