deno/ext/websocket
林炳权 cb738ee5da
chore: Rust 1.86.0 (#29435)
Since `rust 1.87.0` reported `undefined symbol:
ring::pbkdf2::PBKDF2_HMAC_SHA1::*` in CI and it was difficult to debug
locally, use `rust 1.86.0` in CI tests for troubleshoot the errors
2025-05-25 23:40:48 +02:00
..
autobahn chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
01_websocket.js fix(ext/websocket): cancel in-flight handshake on close() (#28598) 2025-03-28 03:43:32 +00:00
02_websocketstream.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
lib.rs fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
stream.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00

deno_websocket

This op crate implements the websocket functions of Deno.

Spec: https://html.spec.whatwg.org/multipage/web-sockets.html