Skip to content

Commit 5150150

Browse files
committed
Update ReadableStreamDefaultController enqueue non normative description
1 parent 05be429 commit 5150150

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,10 @@ the following table:
15541554
previously-enqueued [=chunks=] from the stream, but once those are read, the stream will become
15551555
closed.
15561556

1557-
<dt><code><var ignore>controller</var>.{{ReadableStreamDefaultController/enqueue()|enqueue}}(<var ignore>chunk</var>)</code>
1557+
<dt><code><var ignore>controller</var>.{{ReadableStreamDefaultController/enqueue()|enqueue}}(<var ignore>chunk</var>, <var ignore>options</var>)</code>
15581558
<dd>
1559-
<p>Enqueues the given [=chunk=] <var ignore>chunk</var> in the controlled readable stream.
1559+
<p>Enqueues the given [=chunk=] <var ignore>chunk</var> in the controlled readable stream,
1560+
with <var ignore>options</var>.
15601561

15611562
<dt><code><var ignore>controller</var>.{{ReadableStreamDefaultController/error()|error}}(<var ignore>e</var>)</code>
15621563
<dd>

0 commit comments

Comments
 (0)