Crate deno_websocket

Source

Structs§

CreateResponse
ServerWebSocket
To avoid locks, we keep as much as we can inside of Cells.
UnsafelyIgnoreCertificateErrors
UnsafelyIgnoreCertificateErrors is a wrapper struct so it can be placed inside GothamState; using type alias for a Option<Vec<String>> could work, but there’s a high chance that there might be another type alias pointing to a Option<Vec<String>>, which would override previously used alias.
WsCancelResource
WsRootStoreProvider
WsUserAgent
deno_websocket
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

HandshakeError
MessageKind
WebsocketError

Traits§

WebSocketPermissions

Functions§

create_ws_client_config
op_ws_check_permission_and_cancel_handle
op_ws_close
op_ws_create
op_ws_get_buffer
op_ws_get_buffer_as_string
op_ws_get_buffered_amount
op_ws_get_error
op_ws_next_event
op_ws_send_binary
op_ws_send_binary_ab
op_ws_send_binary_async
op_ws_send_ping
op_ws_send_text
op_ws_send_text_async
ws_create_server_stream