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
@sudodoki I would love to see an updated version of the package with the use of navigator.clipboard along with document.execCommand to preserve the compatibility with older browsers.
Please keep this project going, I could work on a PR if you agree.
As of early 2020, the
execCommand
feature is now obsolete :(The best next alternative seems to be on the DOM
navigator
object which is well-supported across browsers but requires HTTPS which makes it an indirect fit for local development. Another fairly current conversation.The text was updated successfully, but these errors were encountered: