File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1554,9 +1554,10 @@ the following table:
1554
1554
previously-enqueued [=chunks=] from the stream, but once those are read, the stream will become
1555
1555
closed.
1556
1556
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>
1558
1558
<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> .
1560
1561
1561
1562
<dt><code><var ignore> controller</var> .{{ReadableStreamDefaultController/error()|error}} (<var ignore> e</var> )</code>
1562
1563
<dd>
You can’t perform that action at this time.
0 commit comments