1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/websocket
2022-10-19 16:23:13 +05:30
..
01_websocket.js perf(ext/websocket): optimize socket.send (#16320) 2022-10-19 16:23:13 +05:30
02_websocketstream.js feat: Add requesting API name to permission prompt (#15936) 2022-09-27 22:36:33 +02:00
Cargo.toml chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
lib.deno_websocket.d.ts docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
lib.rs perf(ext/websocket): optimize socket.send (#16320) 2022-10-19 16:23:13 +05:30
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_websocket

This op crate implements the websocket functions of Deno.

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