mirror of
https://github.com/denoland/deno.git
synced 2025-01-06 22:35:51 -05:00
fix(ext/web): Stop using globalThis.ReadableStream
in Blob
(#18187)
This commit is contained in:
parent
ae9480600b
commit
980a3d3ac7
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue