import * as cav from "https://deno.land/x/cav@0.2.3/ws.ts";
Functions
Wraps a WebSocket instance with added serialization functionality and E2E type support. If the input is a string, the wrapped WebSocket will be created with the given URL. |
Interfaces
I WS | Isomorphic WebSocket interface with JSON serialization and typed messages. |
Initializer options for the |
Type Aliases
Listener for a Socket's "close" event. | |
Listener for a web socket's "error" event. | |
Listener for a web socket's "message" event. The message is deserialized from the event data. | |
Listener for a Socket's "open" event. |