(request: Request)
| 614 | } |
| 615 | interface DurableObject { |
| 616 | fetch(request: Request): Response | Promise<Response> |
| 617 | connect?(socket: Socket): void | Promise<void> |
| 618 | alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void> |
| 619 | webSocketMessage?( |
no outgoing calls
no test coverage detected