denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
97.95k stars 5.4k forks source link

WebSocket browser API #6967

Closed aricart closed 4 years ago

aricart commented 4 years ago

The websocket functionality from std/ws is awesome. However, when writing code that targets deno and browser, it doesn't fare as well. Wondering if RT should provide a browser compatible version that can be wrapped by std/ws or vice versa.

This would allow us to have it both ways, and I for one am sold on it.

crowlKats commented 4 years ago

Duplicate of #3539