New issue
Advanced search Search tips

Issue 656601 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Response.body from Network should be rejected by TypeError, not DOMException

Project Member Reported by yhirano@chromium.org, Oct 17 2016

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
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 24 2016

Status: Fixed (was: Assigned)

Sign in to add a comment