Re: [fetch-tests] Adding an error test where the error happens after the fetch promise resolution (#3951)

This test does not pass in Chrome (http://w3c-test.org/submissions/3951/fetch/api/basic/error-after-response.html) which doesn't mean the test is wrong, but does mean @yutakahirano would be a good person to review.

Chrome stable seems to have an unhandled rejection, whereas Chrome Canary uses a NetworkError; the spec says TypeError.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3951#issuecomment-253508897

Received on Thursday, 13 October 2016 13:12:57 UTC