Skip to content

Commit 9538b77

Browse files
Meta: export "high water mark"
Used, e.g., in WebTransport.
1 parent cc936c1 commit 9538b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ producer, but not yet processed and acknowledged by the [=underlying sink=].
277277
A <dfn>queuing strategy</dfn> is an object that determines how a stream should signal
278278
[=backpressure=] based on the state of its [=internal queue=]. The queuing strategy assigns a size
279279
to each [=chunk=], and compares the total size of all chunks in the queue to a specified number,
280-
known as the <dfn>high water mark</dfn>. The resulting difference, high water mark minus total size,
281-
is used to determine the <dfn lt="desired size to fill a stream's internal queue">desired size to
282-
fill the stream's queue</dfn>.
280+
known as the <dfn export>high water mark</dfn>. The resulting difference, high water mark minus
281+
total size, is used to determine the <dfn lt="desired size to fill a stream's internal
282+
queue">desired size to fill the stream's queue</dfn>.
283283

284284
For readable streams, an underlying source can use this desired size as a backpressure signal,
285285
slowing down chunk generation so as to try to keep the desired size above or at zero. For writable

0 commit comments

Comments
 (0)