diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-11 14:09:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 14:09:10 +0200 |
commit | e7f18d64686e2b94fe9ecba8106ca2ff5bdfe7f3 (patch) | |
tree | 4faeba935b1cd64e627b4dd7ba44e6d6b0c84be2 /tools | |
parent | f5a9474952f459a5095e0aae68e0984fdd84b210 (diff) |
feat: blob URL support in fetch (#10120)
This commit adds blob URL support in `fetch`. Tested via WPT. This is
the first op_crate to have a rust dependency on a different op_crate.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index a7eca6f79..520ed3b01 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -793,7 +793,10 @@ }, "fileReader.any.js": true, "url": { - "url-format.any.js": true + "url-format.any.js": true, + "url-with-fetch.any.js": [ + "Revoke blob URL after creating Request, will fetch" + ] }, "reading-data-section": { "Determining-Encoding.any.js": true, |