This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
The clipboardData property of the ClipboardEvent interface holds a DataTransfer object, which can be used to:
cut and copy event handlers, typically with a setData(format, data) call;paste event handler, typically with a getData(format) call.See the cut, copy, and paste events documentation for more information.
A DataTransfer object.
The property can be null when the event is created using the constructor. It is never null when dispatched by the browser.
| Specification |
|---|
| Clipboard API and events> # clipboardevent-clipboarddata> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
clipboardData |
41 | 12 | 22 | 28 | 10.1 | 41 | 22 | 28 | 10.3 | 4.0 | 41 | 10.3 |
copy, cut, paste
ClipboardEvent interface it belongs to.
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent/clipboardData