Skip to content

Commit

Permalink
stream: implement WHATWG streams
Browse files Browse the repository at this point in the history
Experimental implementation of the WHATWG streams standard.

Signed-off-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
jasnell committed Jun 19, 2021
1 parent e3ba960 commit 5fce796
Show file tree
Hide file tree
Showing 12 changed files with 5,877 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/api/errors.md
Expand Up @@ -1428,6 +1428,11 @@ is set for the `Http2Stream`.
`http2.connect()` was passed a URL that uses any protocol other than `http:` or
`https:`.

<a id="ERR_ILLEGAL_CONSTRUCTOR"></a>
### `ERR_ILLEGAL_CONSTRUCTOR`

An attempt was made to construct an object using a non-public constructor.

<a id="ERR_INCOMPATIBLE_OPTION_PAIR"></a>
### `ERR_INCOMPATIBLE_OPTION_PAIR`

Expand Down
1 change: 1 addition & 0 deletions doc/api/index.md
Expand Up @@ -64,6 +64,7 @@
* [VM](vm.md)
* [WASI](wasi.md)
* [Web Crypto API](webcrypto.md)
* [WHATWG Streams](whatwg_streams.md)
* [Worker threads](worker_threads.md)
* [Zlib](zlib.md)

Expand Down

0 comments on commit 5fce796

Please sign in to comment.