mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
8 lines
300 B
Text
8 lines
300 B
Text
|
error: Uncaught (in promise) ReferenceError: WebSocketStream is not defined
|
||
|
const wss = new WebSocketStream("ws://127.0.0.1:4513");
|
||
|
^
|
||
|
at [WILDCARD]http_wss.ts:1:13
|
||
|
|
||
|
info: new WebSocketStream() is an unstable API.
|
||
|
hint: Run again with `--unstable-net` flag to enable this API.
|