```js return fetch(new URL(request.url)); ``` I don't know if it'll work but I don't even think you

return fetch(new URL(request.url));

I don't know if it'll work but I don't even think you should just return a literal fetch
Was this page helpful?