summaryrefslogtreecommitdiff
path: root/tests/specs/run/unstable/http_wss.out
blob: f62deaee896a176dcf5d57b7857bff25a5594617 (plain)
1
2
3
4
5
6
7
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.