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 65cd482
Show file tree
Hide file tree
Showing 13 changed files with 6,706 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 65cd482

Please sign in to comment.