-
Notifications
You must be signed in to change notification settings - Fork 199
Add Clipboard events apis, types #1703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ddbeck the additional types are noted on MDN and in BCD but the burndown sheet says their not. They're not linked on the page in the compat table, which is weird. |
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
| description: TODO | ||
| spec: https://w3c.github.io/clipboard-apis/ | ||
| name: Clipboard events | ||
| description: The `"copy"`, `"cut"`, and `"paste"` events fire on elements when the user starts an action with the clipboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fly-by comment that a new event will soon get added to chromium: the clipboardchange event. See https://chromestatus.com/feature/5085102657503232
I think it will probably make sense to add it to this feature when it ships.
ddbeck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last fix needed here then we can merge it. Thank you!
ddbeck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We did it! 🎉 😅
Uh oh!
There was an error while loading. Please reload this page.