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 <[email protected]>

PR-URL: #39062
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
  • Loading branch information
jasnell authored and targos committed Jul 11, 2021
1 parent cc32365 commit 9af62a1
Show file tree
Hide file tree
Showing 29 changed files with 9,668 additions and 32 deletions.
5 changes: 5 additions & 0 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,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)
* [Web Streams API](webstreams.md)
* [Worker threads](worker_threads.md)
* [Zlib](zlib.md)

Expand Down
Loading

0 comments on commit 9af62a1

Please sign in to comment.