|
6 | 6 | added: v16.5.0
|
7 | 7 | changes:
|
8 | 8 | - version: REPLACEME
|
9 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
| 9 | + pr-url: https://github.com/nodejs/node/pull/42225 |
10 | 10 | description: This API is no longer experimental.
|
11 | 11 | -->
|
12 | 12 |
|
@@ -95,8 +95,8 @@ const stream = new ReadableStream({
|
95 | 95 | added: v16.5.0
|
96 | 96 | changes:
|
97 | 97 | - version: REPLACEME
|
98 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
99 |
| - description: The class is now exposed on the global object. |
| 98 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 99 | + description: This class is now exposed on the global object. |
100 | 100 | -->
|
101 | 101 |
|
102 | 102 | #### `new ReadableStream([underlyingSource [, strategy]])`
|
@@ -385,8 +385,8 @@ port2.postMessage(stream, [stream]);
|
385 | 385 | added: v16.5.0
|
386 | 386 | changes:
|
387 | 387 | - version: REPLACEME
|
388 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
389 |
| - description: The class is now exposed on the global object. |
| 388 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 389 | + description: This class is now exposed on the global object. |
390 | 390 | -->
|
391 | 391 |
|
392 | 392 | By default, calling `readableStream.getReader()` with no arguments
|
@@ -456,8 +456,8 @@ Releases this reader's lock on the underlying {ReadableStream}.
|
456 | 456 | added: v16.5.0
|
457 | 457 | changes:
|
458 | 458 | - version: REPLACEME
|
459 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
460 |
| - description: The class is now exposed on the global object. |
| 459 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 460 | + description: This class is now exposed on the global object. |
461 | 461 | -->
|
462 | 462 |
|
463 | 463 | The `ReadableStreamBYOBReader` is an alternative consumer for
|
@@ -707,8 +707,8 @@ Signals an error that causes the {ReadableStream} to error and close.
|
707 | 707 | added: v16.5.0
|
708 | 708 | changes:
|
709 | 709 | - version: REPLACEME
|
710 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
711 |
| - description: The class is now exposed on the global object. |
| 710 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 711 | + description: This class is now exposed on the global object. |
712 | 712 | -->
|
713 | 713 |
|
714 | 714 | When using `ReadableByteStreamController` in byte-oriented
|
@@ -757,8 +757,8 @@ added: v16.5.0
|
757 | 757 | added: v16.5.0
|
758 | 758 | changes:
|
759 | 759 | - version: REPLACEME
|
760 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
761 |
| - description: The class is now exposed on the global object. |
| 760 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 761 | + description: This class is now exposed on the global object. |
762 | 762 | -->
|
763 | 763 |
|
764 | 764 | The `WritableStream` is a destination to which stream data is sent.
|
@@ -877,8 +877,8 @@ port2.postMessage(stream, [stream]);
|
877 | 877 | added: v16.5.0
|
878 | 878 | changes:
|
879 | 879 | - version: REPLACEME
|
880 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
881 |
| - description: The class is now exposed on the global object. |
| 880 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 881 | + description: This class is now exposed on the global object. |
882 | 882 | -->
|
883 | 883 |
|
884 | 884 | #### `new WritableStreamDefaultWriter(stream)`
|
@@ -968,8 +968,8 @@ Appends a new chunk of data to the {WritableStream}'s queue.
|
968 | 968 | added: v16.5.0
|
969 | 969 | changes:
|
970 | 970 | - version: REPLACEME
|
971 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
972 |
| - description: The class is now exposed on the global object. |
| 971 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 972 | + description: This class is now exposed on the global object. |
973 | 973 | -->
|
974 | 974 |
|
975 | 975 | The `WritableStreamDefaultController` manage's the {WritableStream}'s
|
@@ -1002,8 +1002,8 @@ with currently pending writes canceled.
|
1002 | 1002 | added: v16.5.0
|
1003 | 1003 | changes:
|
1004 | 1004 | - version: REPLACEME
|
1005 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1006 |
| - description: The class is now exposed on the global object. |
| 1005 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1006 | + description: This class is now exposed on the global object. |
1007 | 1007 | -->
|
1008 | 1008 |
|
1009 | 1009 | A `TransformStream` consists of a {ReadableStream} and a {WritableStream} that
|
@@ -1108,8 +1108,8 @@ port2.postMessage(stream, [stream]);
|
1108 | 1108 | added: v16.5.0
|
1109 | 1109 | changes:
|
1110 | 1110 | - version: REPLACEME
|
1111 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1112 |
| - description: The class is now exposed on the global object. |
| 1111 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1112 | + description: This class is now exposed on the global object. |
1113 | 1113 | -->
|
1114 | 1114 |
|
1115 | 1115 | The `TransformStreamDefaultController` manages the internal state
|
@@ -1162,8 +1162,8 @@ to be abruptly closed with an error.
|
1162 | 1162 | added: v16.5.0
|
1163 | 1163 | changes:
|
1164 | 1164 | - version: REPLACEME
|
1165 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1166 |
| - description: The class is now exposed on the global object. |
| 1165 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1166 | + description: This class is now exposed on the global object. |
1167 | 1167 | -->
|
1168 | 1168 |
|
1169 | 1169 | #### `new ByteLengthQueuingStrategy(options)`
|
@@ -1199,8 +1199,8 @@ added: v16.5.0
|
1199 | 1199 | added: v16.5.0
|
1200 | 1200 | changes:
|
1201 | 1201 | - version: REPLACEME
|
1202 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1203 |
| - description: The class is now exposed on the global object. |
| 1202 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1203 | + description: This class is now exposed on the global object. |
1204 | 1204 | -->
|
1205 | 1205 |
|
1206 | 1206 | #### `new CountQueuingStrategy(options)`
|
@@ -1236,8 +1236,8 @@ added: v16.5.0
|
1236 | 1236 | added: v16.6.0
|
1237 | 1237 | changes:
|
1238 | 1238 | - version: REPLACEME
|
1239 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1240 |
| - description: The class is now exposed on the global object. |
| 1239 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1240 | + description: This class is now exposed on the global object. |
1241 | 1241 | -->
|
1242 | 1242 |
|
1243 | 1243 | #### `new TextEncoderStream()`
|
@@ -1280,8 +1280,8 @@ added: v16.6.0
|
1280 | 1280 | added: v16.6.0
|
1281 | 1281 | changes:
|
1282 | 1282 | - version: REPLACEME
|
1283 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1284 |
| - description: The class is now exposed on the global object. |
| 1283 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1284 | + description: This class is now exposed on the global object. |
1285 | 1285 | -->
|
1286 | 1286 |
|
1287 | 1287 | #### `new TextDecoderStream([encoding[, options]])`
|
@@ -1355,8 +1355,8 @@ added: v16.6.0
|
1355 | 1355 | added: v17.0.0
|
1356 | 1356 | changes:
|
1357 | 1357 | - version: REPLACEME
|
1358 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1359 |
| - description: The class is now exposed on the global object. |
| 1358 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1359 | + description: This class is now exposed on the global object. |
1360 | 1360 | -->
|
1361 | 1361 |
|
1362 | 1362 | #### `new CompressionStream(format)`
|
@@ -1389,8 +1389,8 @@ added: v17.0.0
|
1389 | 1389 | added: v17.0.0
|
1390 | 1390 | changes:
|
1391 | 1391 | - version: REPLACEME
|
1392 |
| - pr-url: https://github.com/nodejs/node/pull/00000 |
1393 |
| - description: The class is now exposed on the global object. |
| 1392 | + pr-url: https://github.com/nodejs/node/pull/42225 |
| 1393 | + description: This class is now exposed on the global object. |
1394 | 1394 | -->
|
1395 | 1395 |
|
1396 | 1396 | #### `new DecompressionStream(format)`
|
|
0 commit comments