Jenny Fung

Results 1 issues of Jenny Fung

As of early 2020, the `execCommand` feature [is now obsolete](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) :( The best next alternative seems to be[ on the DOM `navigator` object](https://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript) which is [well-supported across browsers](https://caniuse.com/mdn-api_navigator_clipboard) but requires...