scala-js-dom icon indicating copy to clipboard operation
scala-js-dom copied to clipboard

Support Clipboard API

Open strelec opened this issue 4 years ago • 0 comments

There appears to be two API, synchronous and the more modern, Promise-based one. We shall support the latter. Can be done post-2.0, once this api is more than 95% supported.

https://developer.mozilla.org/en-US/docs/Web/API/Clipboard

https://caniuse.com/async-clipboard

strelec avatar Aug 15 '21 08:08 strelec