Skip to content

Commit a5d898d

Browse files
committed
vars?
1 parent 39182c2 commit a5d898d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ The <dfn>compress and enqueue a chunk</dfn> algorithm, given a {{CompressionStre
9191
1. If *chunk* is not a {{BufferSource}} type, then throw a {{TypeError}}.
9292
1. Let *buffer* be the result of compressing *chunk* with *cs*'s <a for=CompressionStream>format</a> and <a for=CompressionStream>context</a>.
9393
1. If *buffer* is empty, return.
94-
1. Let *arrays* be the result of splitting *buffer* into one or more non-empty pieces and converting them into {{Uint8Array}}s.
95-
1. [=list/For each=] {{Uint8Array}} *array* of *arrays*, [=TransformStream/enqueue=] *array* in *cs*'s [=GenericTransformStream/transform=].
94+
1. Let |arrays| be the result of splitting |buffer| into one or more non-empty pieces and converting them into {{Uint8Array}}s.
95+
1. [=list/For each=] {{Uint8Array}} |array| of |arrays|, [=TransformStream/enqueue=] *array* in *cs*'s [=GenericTransformStream/transform=].
9696

9797
The <dfn>compress flush and enqueue</dfn> algorithm, which handles the end of data from the input {{ReadableStream}} object, given a {{CompressionStream}} object *cs*, runs these steps:
9898

0 commit comments

Comments
 (0)