-
Notifications
You must be signed in to change notification settings - Fork 2k
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
XHR API: Single event entries #13799
Conversation
The consistency checker already found out that I was wrong. I adjusted to the versions of the main XMLHttpRequestUpload feature. |
Indeed, because the |
It looks like the |
@Elchi3 This is blocked by merge conflicts, in case you hadn't seen so yet. |
Second attempt to merge XHR events to single entries.
See #13598 (comment) for context
Here I'm removing XMLHttpRequestEventTarget entirely and events are installed on XMLHttpRequest and XMLHttpRequestUpload. I'm assuming same compat data, but I think @foolip assumes they are different. Happy to adjust.