From edab21ebab3daa3cb0ebd5f6fca60c17098df242 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Wed, 23 Jun 2021 16:00:23 +0200 Subject: fix(fetch): proxy body for requests created from other requests (#11093) Additionally, if the existing `Request`'s body is disturbed, the Request creation should fail. This change also updates the step numbers in the Request constructor to match whatwg/fetch#1249. --- tools/wpt/expectation.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 3f30e9ca9..94d9ea81c 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -700,11 +700,7 @@ "api": { "request": { "request-init-002.any.html": true, - "request-init-stream.any.html": [ - "Constructing a Request with a Request on which body.getReader() is called", - "Constructing a Request with a Request on which body.getReader().read() is called", - "Constructing a Request with a Request on which read() and releaseLock() are called" - ], + "request-init-stream.any.html": true, "request-consume-empty.any.html": [ "Consume empty FormData request body as text" ], -- cgit v1.2.3