Clipboard
The Clipboard
interface of the Clipboard API provides read and write access to the contents of the system clipboard. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
The read()
method of the Clipboard interface requests a copy of the clipboard's contents, fulfilling the returned Promise with the data.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The write()
method of the Clipboard interface writes arbitrary ClipboardItem data such as images and text to the clipboard, fulfilling the returned Promise on completion.
Link copied to clipboard
Link copied to clipboard