diff options
author | Luca Casonato <hello@lcas.dev> | 2022-05-13 14:28:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 14:28:05 +0200 |
commit | a5b50d0915a666c54e8668d6f8bc1b8f5d7e121a (patch) | |
tree | a15b4feae4300d53a37ba0c3bcb27d2c3038dd0a /tools | |
parent | 42fec5150ecbd80f110d2bb32f1dcd2b2a344dd3 (diff) |
feat(ext/web): implement static `Response.json` (#14566)
This commit adds support for the static `Response.json` method.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 3 insertions, 1 deletions
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": [ |