From 8d412f6412457898b03e412137565f8b2f1f073c Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Tue, 14 Mar 2023 23:06:12 +0900 Subject: fix(ext/web): Stop using `globalThis.ReadableStream` in `Blob` (#18187) --- ext/web/09_file.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/web') diff --git a/ext/web/09_file.js b/ext/web/09_file.js index ea1d80afd..5ebef8f9d 100644 --- a/ext/web/09_file.js +++ b/ext/web/09_file.js @@ -13,6 +13,7 @@ const core = globalThis.Deno.core; const ops = core.ops; import * as webidl from "ext:deno_webidl/00_webidl.js"; +import { ReadableStream } from "ext:deno_web/06_streams.js"; const primordials = globalThis.__bootstrap.primordials; const { ArrayBufferPrototype, -- cgit v1.2.3