mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
refactor: move WebSocket API to an op_crate (#9026)
This commit is contained in:
parent
1959aca2a9
commit
2e18fcebcc
20 changed files with 609 additions and 437 deletions
5
op_crates/websocket/README.md
Normal file
5
op_crates/websocket/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# deno_websocket
|
||||
|
||||
This op crate implements the websocket functions of Deno.
|
||||
|
||||
Spec: https://html.spec.whatwg.org/multipage/web-sockets.html
|
Loading…
Add table
Add a link
Reference in a new issue