1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/op_crates/websocket
Bartek Iwańczuk 3432833574
chore: release crates (#10269)
* Revert "tooling(bench_util): benching and profiling utilities (#10223)"

This reverts commit 733a000305.

* Upgrade notify
2021-04-21 00:15:39 +02:00
..
01_websocket.js refactor(op_crates/websocket): use Serialize for return values (#10220) 2021-04-19 17:54:56 +02:00
Cargo.toml chore: release crates (#10269) 2021-04-21 00:15:39 +02:00
lib.deno_websocket.d.ts chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
lib.rs refactor(op_crates/websocket): use Serialize for return values (#10220) 2021-04-19 17:54:56 +02: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