Hi,
My post parameters are not showing up in the developer tool’s Network Request Tab when I’m using a service worker to cache responses. I don’t think that is expected behavior since POST data cannot be cached? The request is working fine and my web app is behaving as expected. It is just posing an inconvenience for debugging as I am unable to see the parameters in the Network tab. Chrome devtools does not have this issue. Please advice!
Thank you.