Open
Description
What is the issue with the XMLHttpRequest Standard?
It's come up that the WPTs for service-worker sync XHR interception fail on blink and webkit and pass on gecko. Given that this has been a longstanding implementation divergence, perhaps we should standardize this by changing the initialization of the Request instance in XHR's send() method to set the service-workers mode to "none" for sync XHRs? Note that the req as initialized there is used for both sync and async XHR, and we would not want to impact async XHR where browsers are already aligned in intercepting the request.
xref #20
Metadata
Metadata
Assignees
Labels
No labels