-
Notifications
You must be signed in to change notification settings - Fork 161
Fix misuse of ErrorEvent #379
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
Another one I'm not sure about bincompat, but definitely good for v2. |
2d7f928
to
1a0daec
Compare
Agree @armanbilge . Setting to 2.0.0... |
Actually on second look there's no bincompat concerns here (all the changes are to an erased type parameter). |
Ok LGTM as is, merging. Thanks @unarist for this PR and your patience. This project now has new maintainers, myself and @armanbilge , so we're gonna help out to be responsive to PRs like this going forward. |
Event
forerror
eventshttps://www.w3.org/TR/IndexedDB/#fire-error-event
message
property in the event. You need to obtain details fromIDBRequest.error
property instead, for example.https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest/onerror
ProgressEvent
for events exceptreadystatechange
https://xhr.spec.whatwg.org/#events