You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing with Firefox Clipboard access is not possible. Instead the following error occurs:
Unhandled promise rejection TypeError: "navigator.clipboard.readText is not a function"
When testing with Firefox Clipboard access is not possible. Instead the following error occurs:
Unhandled promise rejection TypeError: "navigator.clipboard.readText is not a function"
According to https://developer.mozilla.org/de/docs/Web/API/Clipboard/readText#Browser_compatibility
"Firefox only supports reading the clipboard in browser extensions, using the "clipboardRead" extension permission"
The text was updated successfully, but these errors were encountered: