You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure spec is not open to interpretation by UAs, an explicit mention that clipboadData (DataTransfer object) would be null in clipboardChange event:
'clipboardchange' event would only indicate that system clipboard has changed. And clipboardData for this event will be set to null (Web developers are expected to use Async clipboard read API to get the clipboard data.). This ensures the lightweight nature of the event.
Web developers should continue to use Async clipboard read API to get the clipboard data.
The text was updated successfully, but these errors were encountered:
Following is the interface for a clipboard event:
To ensure spec is not open to interpretation by UAs, an explicit mention that
clipboadData
(DataTransfer object) would be null in clipboardChange event:The text was updated successfully, but these errors were encountered: