(alarmInfo?: AlarmInvocationInfo)
| 570 | fetch(request: Request): Response | Promise<Response>; |
| 571 | connect?(socket: Socket): void | Promise<void>; |
| 572 | alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>; |
| 573 | webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>; |
| 574 | webSocketClose?( |
| 575 | ws: WebSocket, |
no outgoing calls
no test coverage detected