A Fetch handler function: (request, executionContext?) => Promise<Response> — exactly what Cloudflare Workers, Deno, Bun, Vercel/Netlify Edge expect from export default { fetch }.
(request, executionContext?) => Promise<Response>
export default { fetch }
Optional
A Fetch handler function:
(request, executionContext?) => Promise<Response>— exactly what Cloudflare Workers, Deno, Bun, Vercel/Netlify Edge expect fromexport default { fetch }.