Closed
Bug 1184553
Opened 9 years ago
Closed 8 years ago
Update fetch() to not copy Request when redirects are disables and there is no window
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: bkelly, Unassigned)
References
Details
Comment 1•9 years ago
|
||
Wait, fetch(input, init) still does new Request(input, init). The optimization here is that the networking layer no longer needs to tee.
Reporter | ||
Comment 2•9 years ago
|
||
Ok, I'm not sure what this means for our code then. There may be nothing to do here given the way we interface with necko.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Assignee | ||
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
•