Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b5245db7 authored by Simon Chan's avatar Simon Chan
Browse files

fix(stream): don't use polyfill

parent afdb4084
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {