The server half of a Workers WebSocketPair. Workers sockets are driven with
addEventListener after an explicit accept(), not with on* properties.
accept(): void
Puts the server socket into the accepted state so it can send and receive.
addEventListener(type: string,listener: (event: never) => void): void
Subscribes to a socket event.