Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Clipboard Test

Jetpack's clipboard support API provides a standardized way for features to access the clipboard. Features can get and set the clipboard in various flavors of data type.

The namespace associated with this API is jetpack.clipboard which provides both read and write access to the clipboard. The API is fairly straightforward; examples can be found here.

This API currently lives in the future and must be imported for use.

jetpack.future.import("clipboard");

Methods

Additional information can be found at clipboard API proposal

Document Tags and Contributors

 Contributors to this page: fscholz, Sheppy, Aza
 Last updated by: fscholz,