-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
needs triageThis issue needs to be confirmedThis issue needs to be confirmed
Description
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
The clipboardchange event is shipping with Chrome/Edge 144.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
Compat data for the new clipboardchange event.
Did you test this? If so, how?
Yes, try this piece of code in Chromium:
navigator.clipboard.addEventListener('clipboardchange', event => {
console.log('Clipboard content changed!');
console.log('Available MIME types:', event.types);
});Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Blog: https://developer.chrome.com/blog/clipboardchange
ChromeStatus entry: https://chromestatus.com/feature/5085102657503232
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be confirmedThis issue needs to be confirmed