diff options
author | Leo K <crowlkats@toaxl.com> | 2021-08-10 00:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 00:28:17 +0200 |
commit | 2db381eba9768acf855219ec9560e20a62659994 (patch) | |
tree | c06a693b804c9a2bc3bf76f7ac66a02f57499ccb /extensions/web/06_streams.js | |
parent | 7600a456dfc880a1eeff230f3f34c87978fedc58 (diff) |
feat: add experimental WebSocketStream API (#10365)
This commit adds the experimental WebSocketStream API when
using the --unstable flag.
The explainer for the API can be found here:
https://github.com/ricea/websocketstream-explainer
Diffstat (limited to 'extensions/web/06_streams.js')
-rw-r--r-- | extensions/web/06_streams.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/web/06_streams.js b/extensions/web/06_streams.js index a3dc9439a..c4bfad0c8 100644 --- a/extensions/web/06_streams.js +++ b/extensions/web/06_streams.js @@ -4455,6 +4455,8 @@ isReadableStreamDisturbed, errorReadableStream, createProxy, + writableStreamClose, + Deferred, // Exposed in global runtime scope ByteLengthQueuingStrategy, CountQueuingStrategy, |