ClipboardEvent: clipboardData property

Baseline Widely available

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:

See the cut, copy, and paste events documentation for more information.

Value

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.

Specifications

Specification
Clipboard API and events
# clipboardevent-clipboarddata

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
clipboardData

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also