Event methods
onClientId
The onClientId method is called when a client connects to, or disconnects from, the server. Read more.
onIgnoredError
The onIgnoredError method is called when the Durable Object receives an invalid synchronization protocol message. The sending client is disconnected after this method is called. The default implementation does nothing. Read more.
onMessage
The onMessage method is called when a message is handled by the server. Read more.
onPathId
The onPathId method is called when the first client connects to, or the last client disconnects from, the server with a given path Id. Read more.