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.
navigator.clipboard.writeText
tauri://localhost
Write a text string to the OS clipboard.
Tries
navigator.clipboard.writeTextfirst (available in Tauri WebView undertauri://localhost). Falls back to a Tauri IPC call if the browser API is not available or throws.