On this page

Variable removeProtocol

removeProtocol: (customProtocol: string) => void

Type Declaration

    • (customProtocol: string): void
    • Removes a previously added protocol in the main thread.

      Parameters

      • customProtocol: string

        the custom protocol to remove registration for

      Returns void

      removeProtocol('custom');
      
Was this helpful?
SDK JS
Reference
removeProtocol