Skip to content
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

Why does the Clipboard interface extends EventTarget? #186

Open
gfox1984 opened this issue Sep 22, 2022 · 0 comments
Open

Why does the Clipboard interface extends EventTarget? #186

gfox1984 opened this issue Sep 22, 2022 · 0 comments

Comments

@gfox1984
Copy link

gfox1984 commented Sep 22, 2022

According the draft, the Clipboard interface extends EventsTarget: https://w3c.github.io/clipboard-apis/#clipboard-interface

However, there's no definition of the events supported by the clipboard itself. All examples show events being attached to the document (cut, copy, paste), and there's no indication regarding the "clipboardchange" event (does it fire on the window?).

Did I miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant