This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[QUESTION] How to handle Download cancellations with Service Worker #62
Labels
question
Further information is requested
Hi,
I use client-zip to download multiple large files over a service worker like in the worker.js example.
I just wondered if it is possible to propagate a cancel download event of the archive file to the fetch requests in the service worker so they don't continue running after the archive got cancelled.
I just found this issue: w3c/ServiceWorker#1544 and i'm wondering if it is possible at all in todays browsers regarding your latest Output stream cancellation commit #58.
The text was updated successfully, but these errors were encountered: