Closed
Bug 1419146
Opened 4 years ago
Closed 4 years ago
mozErrors not respected when using a Request object
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: eoger, Assigned: eoger)
References
Details
Attachments
(1 file)
This works:
fetch(..., {mozErrors: true});
But not this:
let r = new Request(..., {mozErrors: true});
fetch(r);| Comment hidden (mozreview-request) |
Comment 2•4 years ago
|
||
| mozreview-review | ||
Comment on attachment 8930254 [details] Bug 1419146 - Respect mozErrors in Request. https://reviewboard.mozilla.org/r/201384/#review206518
Attachment #8930254 -
Flags: review?(bkelly) → review+
Pushed by eoger@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/03490b29ea34 Respect mozErrors in Request. r=bkelly
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/03490b29ea34
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•2 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•