deno
deno copied to clipboard
feat(http): return WebSocketStream from upgradeWebSocket
Closes https://github.com/denoland/deno/issues/14064
The WSS accessor needs to be locked behind --unstable.
@lucacasonato done
Would it be possible to test this API against this issue? https://github.com/denoland/deno/issues/17332
In Deno 1.29.2 WebSocketStream also exhibits this problem of dropping messages/chunks when sending from/to a live server, which seems like a bad thing for a streaming API.
@bartlomieju there is a test for that already