hey! does anyone knows why when testing a service worker in localhost gives me this error: ```bash T

hey! does anyone knows why when testing a service worker in localhost gives me this error:
TypeError: Cannot read properties of undefined (reading 'fetch')

but when deploying the exact same code to a worker and testing it, works fine? I
ve been having this issue for a while now. 
My wrangler version: 
wrangler 3.4.0`
Was this page helpful?