copy.md
July 15, 2021 · View on GitHub
Bookmarks tagged [copy]
www.codever.land/bookmarks/t/copy
Cut and Copy Commands | Web | Google Developers
https://developers.google.com/web/updates/2015/04/cut-and-copy-commands
IE10 and above added support for the 'cut' and 'copy' commands through the Document.execCommand() method. As of Chrome version 43, these commands are also supported in Chrome.
Any text selected in th...
- tags: javascript, dom, copy