Gotcha, how would i know it fails to then call this
Gotcha, how would i know it fails to then call this


curl against a url and then did ctrl+c to cancel it before it finished, or loaded a webpage and then closed the tab or pressed the X to stop loading before it finished

wrangler tail command or on the Cloudflare dashboard.return fetch(request) should do that, yeahUncaught (in response) TypeError: Incorrect type for Promise: the Promise did not resolve to 'Response'.return fetch(request), it should be identical to not having the workerctx.passThroughOnException() before returning nothing, but I dont recommend doing thatctx.passThroughOnException() is pretty useful if you dont want errors in your worker to affect traffic - I only dont recommend it if you plan to return nothing lolreturn fetch(request) for that ctx.passThroughOnException()ctx.passThroughOnException()