PasteEvent
Description
Initializes the paste event with an empty ClipboardData instance.
Methods
composedPath
pasteEvent.composedPath()
Returns an empty array as a stub for the composed path of this synthetic event.
preventDefault
pasteEvent.preventDefault()
No-op implementation of preventDefault to satisfy the event interface contract.