From 2db381eba9768acf855219ec9560e20a62659994 Mon Sep 17 00:00:00 2001 From: Leo K Date: Tue, 10 Aug 2021 00:28:17 +0200 Subject: feat: add experimental WebSocketStream API (#10365) This commit adds the experimental WebSocketStream API when using the --unstable flag. The explainer for the API can be found here: https://github.com/ricea/websocketstream-explainer --- tools/wpt/expectation.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 7470b2ad2..d2c5a3194 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -16765,6 +16765,15 @@ "referrer.any.html": true, "Close-delayed.any.html": false, "Close-delayed.any.html?wpt_flags=h2": false, - "Close-delayed.any.html?wss": false + "Close-delayed.any.html?wss": false, + "stream": { + "tentative": { + "abort.any.html?wss": true, + "backpressure-receive.any.html?wss": true, + "backpressure-send.any.html?wss": true, + "close.any.html?wss": true, + "constructor.any.html?wss": true + } + } } } \ No newline at end of file -- cgit v1.2.3