Hacker News new | ask | show | jobs
by edpichler 3948 days ago
The only thing I will miss on flash is the Copy to clippboard feature (e.g http://zeroclipboard.org/).

Is there other way to do the same when flash will be extinct?

2 comments

see document.execCommand("copy"), document.execCommand("cut"): https://developer.mozilla.org/en-US/docs/Web/API/Document/ex...
So in other words... NO.