Implement the Fetch method

This commit is contained in:
Jeena Lee 2016-09-06 10:54:06 -07:00
parent a03a5e814a
commit 3216009731
213 changed files with 1208 additions and 1719 deletions

View file

@ -12,6 +12,9 @@
[Read text response's body as readableStream]
expected: FAIL
[Read array buffer response's body as readableStream]
expected: FAIL
[Read form data response's body as readableStream]
expected: FAIL
@ -21,6 +24,3 @@
[Getting a redirect Response stream]
expected: FAIL
[Read array buffer response's body as readableStream]
expected: FAIL

View file

@ -1,14 +1,5 @@
[response-stream-disturbed-5.html]
type: testharness
[Getting a body reader after consuming as blob]
expected: FAIL
[Getting a body reader after consuming as text]
expected: FAIL
[Getting a body reader after consuming as json]
expected: FAIL
[Getting a body reader after consuming as arrayBuffer]
expected: FAIL