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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 05:03:48 PDT 2020


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

--- Comment #14 from Pedro Pedrosa <pedrojvpedrosa at gmail.com> ---
(In reply to youenn fablet from comment #13)
> Right, this is a known limitation that should definitely be fixed.
> If the service worker is generating the content (no opaque response), the
> workaround is to generate a blob from the Response and trigger the download
> as a blob.

Thank you for quick turn-around.

This won't work for my application. I'm trying to download files greater than 20gb by downloading them in multiple chunks and then using the SW to concatenate all the chunks together without keeping anything in memory. Using a blob just defeats the purpose and blows up pretty much any machine's RAM.

-- 
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/20201007/6ea73aa5/attachment.htm>


More information about the webkit-unassigned mailing list