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.
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 .