Caniuse: Asynchronous Clipboard API (replaces document.execCommand)

Created on 27 Jan 2018  路  6Comments  路  Source: Fyrd/caniuse

Currently it's not supported as it's experimental, but it's intended to replace the document.execCommand method to manage the clipboard. The return value is a Promise.
Here is the draft from W3C
Here is the docs from the MDN

Support data suggestion

Most helpful comment

I think OP is referring to the "Asynchronous Clipboard API" (https://w3c.github.io/clipboard-apis/#async-clipboard-api), which does not seem to be covered in https://caniuse.com/#feat=clipboard .

All 6 comments

Already present: https://caniuse.com/#feat=clipboard

I think OP is referring to the "Asynchronous Clipboard API" (https://w3c.github.io/clipboard-apis/#async-clipboard-api), which does not seem to be covered in https://caniuse.com/#feat=clipboard .

@cpplearner yes, forgot the Async:sweat_smile:

+1

I've made a PR for this at #4302, feedback on it is welcome there, particularly around splitting the feature support in two, one for legacy sync, and one for the new async.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dnknn picture dnknn  路  3Comments

rogeriotaques picture rogeriotaques  路  3Comments

SanderMuller picture SanderMuller  路  3Comments

36degrees picture 36degrees  路  3Comments

mirraj2 picture mirraj2  路  3Comments