-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Incorrect declarations for clipboard events #7737
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
Comments
PRs welcomed. more information about contributing lib fixes available in https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md#contributing-libdts-fixes |
This already had been fixed in TSJS-Repo. |
indeed. thanks @YuichiNukiyama! |
Soooo, wait for the next release or...? Maybe time to think about making the DOM declaration files explicitly versionable/installable (e.g. via |
@mindplay-dk perhaps, but that's for another issue - for now, you can fetch the current versions of our |
The DOM declaration files declare clipboard events as
DragEvent
- for example here:I'm pretty sure these should have been declared with
listener
asClipboardEvent
- it's defined, but doesn't appear to be used in the actual event overloads?This blocks me from accessing e.g.
event.clipboardData
...The text was updated successfully, but these errors were encountered: