Skip to content

Commit 9af62a1

Browse files
jasnelltargos
authored andcommitted
stream: implement WHATWG streams
Experimental implementation of the WHATWG streams standard. Signed-off-by: James M Snell <[email protected]> PR-URL: #39062 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent cc32365 commit 9af62a1

29 files changed

+9668
-32
lines changed

Diff for: doc/api/errors.md

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

1427+
<a id="ERR_ILLEGAL_CONSTRUCTOR"></a>
1428+
### `ERR_ILLEGAL_CONSTRUCTOR`
1429+
1430+
An attempt was made to construct an object using a non-public constructor.
1431+
14271432
<a id="ERR_INCOMPATIBLE_OPTION_PAIR"></a>
14281433
### `ERR_INCOMPATIBLE_OPTION_PAIR`
14291434

Diff for: 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+
* [Web Streams API](webstreams.md)
6768
* [Worker threads](worker_threads.md)
6869
* [Zlib](zlib.md)
6970

0 commit comments

Comments
 (0)