Skip to content

Commit f558291

Browse files
committed
Add autoAllocateChunkSize to ReadableByteStreamSource interface
1 parent f173e5f commit f558291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

whatwg-streams/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ interface ReadableByteStreamSource {
1515
cancel?(reason: string): void | Promise<void>;
1616

1717
type: "bytes";
18+
autoAllocateChunkSize?: number;
1819
}
1920

2021
interface QueuingStrategy {

0 commit comments

Comments
 (0)