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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 02:50:54 PDT 2020


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

--- Comment #10 from Jimmy Wärting <jimmy at warting.se> ---
Another thing as jake mention https://github.com/w3c/ServiceWorker/issues/882#issuecomment-262754779

if a response is responded with a native builtin stream (from fetch, cache or transferable streams) then service worker can be closed. but if it's a user constructed readable stream from within the service worker, then as long as there is a destination to pipe the data to, then keep it alive.

if the request is aborted from the controlling page or a download then it can be safe to revoke the keep alive

-- 
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/20200922/6dbe4c7c/attachment.htm>


More information about the webkit-unassigned mailing list