From 6f02fa1abf6bd42975b75f1777dcde748ee662af Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Fri, 24 Nov 2023 23:24:41 +0100 Subject: feat(streams): ReadableStream.read min option (#20849) --- tools/wpt/expectation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 81574085c..3b4b3b9d4 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3204,7 +3204,9 @@ "respond-after-enqueue.any.html": true, "respond-after-enqueue.any.worker.html": true, "enqueue-with-detached-buffer.any.html": true, - "enqueue-with-detached-buffer.any.worker.html": true + "enqueue-with-detached-buffer.any.worker.html": true, + "read-min.any.html": true, + "read-min.any.worker.html": true }, "readable-streams": { "async-iterator.any.html": true, -- cgit v1.2.3