1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/op_crates/websocket
2021-02-04 23:18:32 +01:00
..
01_websocket.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
Cargo.toml chore: upgrade tokio to 1.1.1 (#9327) 2021-01-29 21:18:31 -05:00
lib.deno_websocket.d.ts chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
lib.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
README.md refactor: move WebSocket API to an op_crate (#9026) 2021-01-06 16:57:28 +01:00

deno_websocket

This op crate implements the websocket functions of Deno.

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