Closed
Bug 1446174
Opened 7 years ago
Closed 7 years ago
Fetch::Abort() should interrupt the underlying fetch
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
|
1.67 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Currently we just reject the promise without terminating the underlying fetch operation.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8959353 -
Flags: review?(bugs)
Updated•7 years ago
|
Attachment #8959353 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ea814d63c9e9
Fetch::Abort() should interrupt the underlying fetch, r=smaug
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
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
•