mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This commit deprecated `deno_console` crate and merges it into `deno_web`. This will allow us to limit number of crates we need to publish and (maybe) improve compile and link times. The actual `ext/console` directory will be removed in a follow up PR, once a new version is published and points to `deno_web` crate. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
|---|---|---|
| .. | ||
| autobahn | ||
| 01_websocket.js | ||
| 02_websocketstream.js | ||
| Cargo.toml | ||
| lib.rs | ||
| README.md | ||
| stream.rs | ||
deno_websocket
This op crate implements the websocket functions of Deno.
Spec: https://html.spec.whatwg.org/multipage/web-sockets.html