mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 07:39:15 -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 core = globalThis.Deno.core;
|
||||||
const ops = core.ops;
|
const ops = core.ops;
|
||||||
import * as webidl from "ext:deno_webidl/00_webidl.js";
|
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 primordials = globalThis.__bootstrap.primordials;
|
||||||
const {
|
const {
|
||||||
ArrayBufferPrototype,
|
ArrayBufferPrototype,
|
||||||
|
|
Loading…
Reference in a new issue