Response.body from Network should be rejected by TypeError, not DOMException |
||
Issue description
Run the web-platform-test: fetch/api/basic/error-after-response.html
See the following result:
assert_throws: function "function () { throw e }" threw object "NetworkError: network error" ("NetworkError") expected object "TypeError" ("TypeError")
Note that Chrome should include https://codereview.chromium.org/2323623002/. Otherwise another error is reported.
See also: https://github.com/w3c/web-platform-tests/pull/3951
,
Oct 24 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 24 2016