This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26554 - fetch() resolves a rejected promise
Summary: fetch() resolves a rejected promise
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Fetch (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+fetchspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 23:14 UTC by Ian 'Hixie' Hickson
Modified: 2014-08-12 08:24 UTC (History)
1 user (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-08-11 23:14:09 UTC
fetch() doesn't abort once it rejects the promise, so it then resolves it also.
Comment 1 Anne 2014-08-12 07:12:48 UTC
Technically the second thing is not observable, but I guess we could call this out.