mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
fix(ext/web): Stop using globalThis.ReadableStream
in Blob
(#18187)
This commit is contained in:
parent
9089c12912
commit
8d412f6412
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…
Add table
Reference in a new issue