Skip to content

Commit 746b4de

Browse files
petamorikenpull[bot]
authored andcommitted
fix(ext/web): Stop using globalThis.ReadableStream in Blob (#18187)
1 parent 8dff27f commit 746b4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/web/09_file.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
const core = globalThis.Deno.core;
1414
const ops = core.ops;
1515
import * as webidl from "ext:deno_webidl/00_webidl.js";
16+
import { ReadableStream } from "ext:deno_web/06_streams.js";
1617
const primordials = globalThis.__bootstrap.primordials;
1718
const {
1819
ArrayBufferPrototype,

0 commit comments

Comments
 (0)