From 0d6dbc08bec50aa1548703bf53dc632e0aeefbd6 Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Fri, 14 Oct 2022 11:38:17 +0200 Subject: fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262) --- tools/wpt/expectation.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index e9dfa03d0..558ada79a 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3003,6 +3003,8 @@ "response-static-error.any.worker.html": true, "response-static-redirect.any.html": true, "response-static-redirect.any.worker.html": true, + "response-stream-bad-chunk.any.html": true, + "response-stream-bad-chunk.any.worker.html": true, "response-stream-disturbed-1.any.html": true, "response-stream-disturbed-1.any.worker.html": true, "response-stream-disturbed-2.any.html": true, -- cgit v1.2.3