Loading libraries/stream-extra/src/stream.ts +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3,8 +3,8 @@ import { ReadableStream as ReadableStreamPolyfill, ReadableStream as ReadableStreamPolyfill, TransformStream as TransformStreamPolyfill, TransformStream as TransformStreamPolyfill, WritableStream as WritableStreamPolyfill, WritableStream as WritableStreamPolyfill, } from "web-streams-polyfill"; } from "web-streams-polyfill/ponyfill"; export * from "web-streams-polyfill"; export * from "web-streams-polyfill/ponyfill"; /** A controller object that allows you to abort one or more DOM requests as and when desired. */ /** A controller object that allows you to abort one or more DOM requests as and when desired. */ export interface AbortController { export interface AbortController { Loading Loading
libraries/stream-extra/src/stream.ts +2 −2 Original line number Original line Diff line number Diff line Loading @@ -3,8 +3,8 @@ import { ReadableStream as ReadableStreamPolyfill, ReadableStream as ReadableStreamPolyfill, TransformStream as TransformStreamPolyfill, TransformStream as TransformStreamPolyfill, WritableStream as WritableStreamPolyfill, WritableStream as WritableStreamPolyfill, } from "web-streams-polyfill"; } from "web-streams-polyfill/ponyfill"; export * from "web-streams-polyfill"; export * from "web-streams-polyfill/ponyfill"; /** A controller object that allows you to abort one or more DOM requests as and when desired. */ /** A controller object that allows you to abort one or more DOM requests as and when desired. */ export interface AbortController { export interface AbortController { Loading