Skip to content

Commit ba04864

Browse files
committed
Used polyfill instead of shim for collectStream
The full verification will come in the final streaming PR, so lets use pollyfil now
1 parent 41cfbda commit ba04864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/emmett/src/streaming/collect.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ReadableStream } from '../shims/streams';
1+
import type { ReadableStream } from 'web-streams-polyfill';
22

33
export const collectStream = async <T>(
44
reader: ReadableStream<T>,

0 commit comments

Comments
 (0)