Skip to content

Commit 5e3052c

Browse files
committed
stream: implement WHATWG streams
Experimental implementation of the WHATWG streams standard. Signed-off-by: James M Snell <[email protected]>
1 parent e3ba960 commit 5e3052c

11 files changed

+5724
-2
lines changed

doc/api/errors.md

+5
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,11 @@ is set for the `Http2Stream`.
14281428
`http2.connect()` was passed a URL that uses any protocol other than `http:` or
14291429
`https:`.
14301430

1431+
<a id="ERR_ILLEGAL_CONSTRUCTOR"></a>
1432+
### `ERR_ILLEGAL_CONSTRUCTOR`
1433+
1434+
An attempt was made to construct an object using a non-public constructor.
1435+
14311436
<a id="ERR_INCOMPATIBLE_OPTION_PAIR"></a>
14321437
### `ERR_INCOMPATIBLE_OPTION_PAIR`
14331438

doc/api/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
* [VM](vm.md)
6565
* [WASI](wasi.md)
6666
* [Web Crypto API](webcrypto.md)
67+
* [WHATWG Streams](whatwg_streams.md)
6768
* [Worker threads](worker_threads.md)
6869
* [Zlib](zlib.md)
6970

0 commit comments

Comments
 (0)