@fingerprintjs/url-matcher
    Preparing search index...

    Function isSupportedProtocol

    • Checks if the given protocol is supported. Note: The validated protocol should include the colon (:) at the end.

      Parameters

      • protocol: string

        The protocol to be checked for support.

      Returns protocol is Protocol

      Returns true if the protocol is supported, otherwise false.