brows3r — TypeScript API
    Preparing search index...

    Function writeText

    • Write a text string to the OS clipboard.

      Tries navigator.clipboard.writeText first (available in Tauri WebView under tauri://localhost). Falls back to a Tauri IPC call if the browser API is not available or throws.

      Parameters

      • text: string

      Returns Promise<void>