From a5b50d0915a666c54e8668d6f8bc1b8f5d7e121a Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 13 May 2022 14:28:05 +0200 Subject: feat(ext/web): implement static `Response.json` (#14566) This commit adds support for the static `Response.json` method. --- 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 a5859d0aa..e71a48e2f 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3215,7 +3215,9 @@ "response-consume-stream.any.html": true, "response-consume-stream.any.worker.html": true, "response-init-contenttype.any.html": true, - "response-init-contenttype.any.worker.html": true + "response-init-contenttype.any.worker.html": true, + "response-static-json.any.html": true, + "response-static-json.any.worker.html": true }, "body": { "formdata.any.html": [ -- cgit v1.2.3