Skip to content

Commit 02e1e1f

Browse files
eajoycebencmbrook
andauthored
Update src/write.ts
Co-authored-by: Ben Brook <bencmbrook@users.noreply.github.com>
1 parent 0d00d40 commit 02e1e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class Writer extends TransformStream<ZipTransformerEntry, Uint8Array> {
204204
/**
205205
* @param queueingStrategy - determines the number of entries being written before backpressure applied
206206
*/
207-
constructor(queueingStrategy?: QueuingStrategy<ZipTransformerEntry>) {
207+
constructor(writableStrategy?: QueuingStrategy<ZipTransformerEntry>) {
208208
super(new ZipTransformer(), queueingStrategy);
209209
}
210210
}

0 commit comments

Comments
 (0)