Give us feedback
web-api-clipboard
Reactive icon

Web API Clipboard

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 23 August 2021 by 
5.0
 (1 rating)
web-api-clipboard

Web API Clipboard

Details
The Clipboard API provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard.
Read more

The Clipboard API provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard. Access to the contents of the clipboard is gated behind the Permissions API: The clipboard-write permission is granted automatically to pages when they are in the active tab. The clipboard-read permission must be requested, which you can do by trying to read data from the clipboard. 

This API is designed to supersede accessing the clipboard using document.execCommand().


Release notes (1.0.1)
  • Remove dependencies
  • Minor bug fixes
Reviews (0)