graphql-network-inspector
graphql-network-inspector copied to clipboard
Filter service worker requests
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.