WsServerDurableObject
The WsServerDurableObject
is an overridden implementation of the DurableObject class, so you can have access to its members as well as the TinyBase-specific methods. If you are using the storage for other data, you may want to configure a prefix
parameter to ensure you don't accidentally collide with TinyBase data.
Always remember to call the super
implementations of the methods that TinyBase uses (the constructor, fetch
, webSocketMessage
, and webSocketClose
) if you further override them.
Since
v5.4.0