[slightlyoff/ServiceWorker] notification of cancelled download? (#957)

If a ServiceWorker's 'fetch' event responds with a Response with a `'Content-Disposition': 'attachment; filename=blah'` header, the browser starts a download.

Is there any way for the ServiceWorker to know if/when the user cancels the download (in the `chrome://downloads/` window)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/957

Received on Wednesday, 17 August 2016 01:47:02 UTC