When chrome makes HTTP requests with the angular service-worker enabled, I see something like this in the Chrome network tab:
- Why does the chrome network tab show two requests for each request made, one fetch, one xhr? (I only see one request on the server)
- Why is there no response data for the fetch request?
- Is the duration and size of each request accurate?
I'm following the official service-worker guide and I'm on the latest Angular 9.
In firefox I do not see the duplicate requests:

Chrome version: 81.0.4044.129
Firefox version: 76.0
