Crate deno_websocket
source ·Structs§
- To avoid locks, we keep as much as we can inside of
Cell
s. UnsafelyIgnoreCertificateErrors
is a wrapper struct so it can be placed insideGothamState
; using type alias for aOption<Vec<String>>
could work, but there’s a high chance that there might be another type alias pointing to aOption<Vec<String>>
, which would override previously used alias.- An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
- Async version of send. Does not update buffered amount as we rely on the socket itself for backpressure.
- Async version of send. Does not update buffered amount as we rely on the socket itself for backpressure.