Reference
CloudflareExecutionContext
Represents the Cloudflare Worker execution context used by router handlers.
Signature
interface CloudflareExecutionContextMembers
function passThroughOnException(): voidfunction waitUntil(promise: Promise<unknown>): void