Skip to content

Commit

Permalink
Used polyfill instead of shim for collectStream
Browse files Browse the repository at this point in the history
The full verification will come in the final streaming PR, so lets use pollyfil now
  • Loading branch information
oskardudycz committed Jun 12, 2024
1 parent 41cfbda commit ba04864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/emmett/src/streaming/collect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ReadableStream } from '../shims/streams';
import type { ReadableStream } from 'web-streams-polyfill';

export const collectStream = async <T>(
reader: ReadableStream<T>,
Expand Down

0 comments on commit ba04864

Please sign in to comment.