Reference

CloudflareExecutionContext

Represents the Cloudflare Worker execution context used by router handlers.

Signature

interface CloudflareExecutionContext

Members

function passThroughOnException(): void
function waitUntil(promise: Promise<unknown>): void