Files
WAI_Project_VUE/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js

3 lines
98 B
JavaScript
Raw Normal View History

2025-11-24 23:24:06 +08:00
import { fromAnyIterable as r } from "../ponyfill/fromAnyIterable.js";
ReadableStream.from ??= r;