warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

Filter service worker requests #44

Open adi518 opened 2 years ago

adi518 commented 2 years ago

A bit of an edge case, but without being able to filter a service worker proxy requests, they appear twice in the log. We can use the same filter flag that Chrome devTools uses -is:service-worker-initiated. See https://stackoverflow.com/a/55733776/4106263.