1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/run/unstable/http_wss.out

8 lines
300 B
Text
Raw Normal View History

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.