MCPcopy
hub / github.com/honojs/hono / ExtendableEvent

Interface ExtendableEvent

src/adapter/service-worker/types.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface ExtendableEvent extends Event {
2 // eslint-disable-next-line @typescript-eslint/no-explicit-any
3 waitUntil(f: Promise<any>): void
4}
5
6export interface FetchEvent extends ExtendableEvent {
7 readonly clientId: string

Callers 1

cacheFunction · 0.65

Implementers 1

Contextsrc/middleware/cache/index.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…