Paste the clipboard's most recent entry, optionally removing it from the clipboard afterwards.
Optional
options: BrowserUIPasteOptionsOptions for the paste.
Copies and pastes the contents of the associated Toolkit instance's current selection into the clipboard.
This method is equivalent to calling copyCurrentSelection()
first and then calling paste(..)
.
Optional
options: PasteOptionsOptions for the paste.
A clipboard to use with a Surface widget, offering methods to copy data and to paste it.