Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
interface
ExtendableEvent extends Event {
2
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3
waitUntil(f: Promise<any>): void
4
}
5
6
export
interface
FetchEvent extends ExtendableEvent {
7
readonly clientId: string
Callers
1
cache
Function · 0.65
Implementers
1
Context
src/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…