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
{{ message }}
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
Hi, I'm using your library in my project
We have Sentry for monitoring, and recently we started to catch such issues
Issue itself is strange, as for Chrome 124.0.0 clipboardData API, according to can-i-use, is supported
I would assume this is custom security options selected by user, or any other strange setup
Anyway, I believe issue can be resolved by adding fallback for clipboardData to navigator.clipboard.readText(), in case clipboardData is unavailable. And adding try-catch block with empty string as fallback, in case API is unavailable for user