Closed
Bug 1459984
Opened 7 years ago
Closed 6 years ago
Avoid firing an event named progress with synchronous XMLHttpRequest
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: annevk, Assigned: wisniewskit)
References
(Blocks 1 open bug)
Details
(Keywords: site-compat)
Attachments
(1 file)
We fail https://github.com/w3c/web-platform-tests/pull/10887 when run in worker mode.
See also https://github.com/whatwg/xhr/pull/208 for the related XMLHttpRequest Standard change.
Updated•7 years ago
|
Priority: -- → P2
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8996188 [details]
Bug 1459984 - avoid firing progress type ProgressEvents for sync XHRs in workers.
https://reviewboard.mozilla.org/r/260414/#review267526
Attachment #8996188 -
Flags: review?(amarchesini) → review+
Pushed by shindli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83d7f46de8e9
avoid firing progress type ProgressEvents for sync XHRs in workers. r=baku
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 7•6 years ago
|
||
Posted a site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2018/progress-events-will-no-longer-be-fired-for-sync-xhr-in-workers/
Keywords: site-compat
Updated•6 years ago
|
Assignee: nobody → wisniewskit
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•