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

    Function register

    • Register the app as the default handler for the specified protocol.

      Parameters

      • protocol: string

        The name of the protocol without ://. For example, if you want your app to handle tauri:// links, call this method with tauri as the protocol.

      Returns Promise<null>

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

      2.0.0