mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
ca64771257
This fixes #21434 for `BroadcastChannel` and `WebSocketStream`. `--unstable` still enable both, but granular unstable flags now also work: * `--unstable-net` now enables `WebSocketStream`. * `--unstable-broadcast-channel` now enables `BroadcastChannel`. * Additionally, there are now tests for all granular unstable flags. Since `unsafe-proto` already had tests, so I didn't add any for this one. It also introduces a map to keep track of granular unstable ids without having to sync multiple places.
16 lines
472 B
Text
16 lines
472 B
Text
main [class HttpClient]
|
|
main [Function: createHttpClient]
|
|
main [class HttpConn]
|
|
main Symbol("[[associated_ws]]")
|
|
main [Function: serve]
|
|
main [Function: upgradeHttp]
|
|
main [Function: upgradeWebSocket]
|
|
main [Function: upgradeHttp]
|
|
worker [class HttpClient]
|
|
worker [Function: createHttpClient]
|
|
worker [class HttpConn]
|
|
worker Symbol("[[associated_ws]]")
|
|
worker [Function: serve]
|
|
worker [Function: upgradeHttp]
|
|
worker [Function: upgradeWebSocket]
|
|
worker [Function: upgradeHttp]
|