[Webkit-unassigned] [Bug 202142] Fix ServiceWorker downloads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 12:16:50 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=202142

David Junger <tffy at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tffy at free.fr

--- Comment #16 from David Junger <tffy at free.fr> ---
I also just wanted to say this bug is a major limitation for my library (https://github.com/Touffy/client-zip) that creates Zip files in the browser. So far, going through a ServiceWorker is the only way I can think of to stream the file without holding it all in memory, but Safari is unable to download the stream from the worker.

You can test it here: https://touffy.me/client-zip/demo/worker
Just reload to make sure the Service Worker is activated, then input some URLs and submit the form. It works fine in Chrome and Firefox.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210210/75aac9f6/attachment.htm>


More information about the webkit-unassigned mailing list