- From: Kosso <notifications@github.com>
- Date: Fri, 02 Aug 2019 11:05:18 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 August 2019 18:05:44 UTC
The solution in the documentation says to include either an `ngsw-bypass` request header or query parameter. https://angular.io/guide/service-worker-devops#bypassing-the-service-worker I have found through much testing that the header is ignored and the SW fetch still does the request. (tried using `http.post()` and also a manually-built request with `http.request()`) Only adding `ngsw-bypass` as url query parameter worked as expected, allowing the progress to be observed again. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1141#issuecomment-517794701
Received on Friday, 2 August 2019 18:05:44 UTC