@tauri-apps/plugin-deep-link - v2.4.5
    Preparing search index...

    Function isRegistered

    • Check whether the app is the default handler for the specified protocol.

      Parameters

      • protocol: string

        The name of the protocol without ://.

      Returns Promise<boolean>

      import { isRegistered } from '@tauri-apps/plugin-deep-link';
      await isRegistered("my-scheme");

      2.0.0