MCPcopy Create free account
hub / github.com/fmhy/edit / fetch

Method fetch

api/worker-configuration.d.ts:611–611  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

609}
610interface DurableObject {
611 fetch(request: Request): Response | Promise<Response>
612 connect?(socket: Socket): void | Promise<void>
613 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>
614 webSocketMessage?(

Callers 1

index.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected