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

Uh, fetch API doesn't have any progress API yet?  Don't we need FetchObserver for that?  Until we have that we can't really propagate progress through the respondWith() accurately.  The best you can do is use a ReadableStream for the upload and assume when its read its been uploaded, but re-buffering can be taking place.

-- 
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-341722016

Received on Friday, 3 November 2017 14:39:34 UTC