Kind: Type
Source: src/adapter/cloudflare-pages/handler.ts
Part of: Adapter
Definition
ts{ request: Request functionPath: string waitUntil: (promise: Promise<unknown>) => void passThroughOnException: () => void props: any next: (input?: Request | string, init?: RequestInit) => Promise<Response> env: Env & { ASSETS: { fetch: typeof fetch } } params: Params<P> data: Data }
Relationships
- IMPORTS →
Context - IMPORTS →
HTTPException
Was this page helpful?