Re: [w3c/ServiceWorker] Service Worker makes AJAX Progress Listener not Working (#1141)

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