Skip to content

Commit 7d137ec

Browse files
committed
Missing end tag
1 parent 03ba502 commit 7d137ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The <dfn>decompress and enqueue a chunk</dfn> algorithm, given a {{Decompression
136136
1. If |buffer| is empty, return.
137137
1. Split |buffer| into one or more non-empty pieces and convert them into {{Uint8Array}}s.
138138
1. For each {{Uint8Array}} |array|, [=TransformStream/enqueue=] |array| in |ds|'s [=GenericTransformStream/transform=].
139+
</div>
139140

140141
<div algorithm>
141142
The <dfn>decompress flush and enqueue</dfn> algorithm, which handles the end of data from the input {{ReadableStream}} object, given a {{DecompressionStream}} object |ds|, runs these steps:

0 commit comments

Comments
 (0)