I also think if you dont return anything then it does it automatically š¤ but I havent confirmed tha
I also think if you dont return anything then it does it automatically
but I havent confirmed that recently with module syntax and such
Uncaught (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 
Response.json(someVal)
https://google.com should work, even though your value isn't actually being returned by Google
Response.json(someVal)