Closed Bug 1419146 Opened 7 years ago Closed 7 years ago

mozErrors not respected when using a Request object

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

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);
Blocks: 1416842
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
https://hg.mozilla.org/mozilla-central/rev/03490b29ea34
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: