From e7f18d64686e2b94fe9ecba8106ca2ff5bdfe7f3 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sun, 11 Apr 2021 14:09:10 +0200 Subject: 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. --- tools/wpt/expectation.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/wpt') 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, -- cgit v1.2.3