Closed
Bug 1554516
Opened 6 years ago
Closed 6 years ago
Bring the implementation of XMLHttpRequest.requestType setter on the worker thread up to the spec
Categories
(Core :: DOM: Networking, defect)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are some strange differences between this implementation and the main thread one, most importantly it seems bug 707484 forgot to update the worker thread implementation.
Assignee | ||
Comment 1•6 years ago
|
||
The relevant spec here is: https://xhr.spec.whatwg.org/#dom-xmlhttprequest-responsetype
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dba63575c112
Bring the implementation of XMLHttpRequest.requestType setter on the worker thread up to the spec; r=baku
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•