copy-to-clipboard
copy-to-clipboard copied to clipboard
Copy stuff into clipboard from your browser using JS
Adds README note on geckodriver
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
 I think it has to do with the new async clipboard-api --> https://webkit.org/blog/10855/async-clipboard-api/
Hello! I've found that `copy-to-clipboard` doesn't work inside HTML Dialogs. I have found a fix which you can see in this PR. If you're interested in merging this fix, I...
close https://github.com/sudodoki/copy-to-clipboard/issues/104
cant load js from CDN , looks like CDN server dead? ```js ```
Hey nice package, but unfortunately not ESModule-compliant. You use the `import` syntax in your documentation, and you even provide TypeScript types, which is a bit misleading because in the hood...