1
0
Fork 0
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:
Kenta Moriuchi 2023-03-14 23:06:12 +09:00 committed by Yoshiya Hinosawa
parent ae9480600b
commit 980a3d3ac7

View file

@ -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,