[webkit-reviews] review granted: [Bug 180959] Handle Fetch should wait for the service worker's state to become activated : [Attachment 329732] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 19 10:40:42 PST 2017


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 180959: Handle Fetch should wait for the service worker's state to become
activated
https://bugs.webkit.org/show_bug.cgi?id=180959

Attachment 329732: Patch

https://bugs.webkit.org/attachment.cgi?id=329732&action=review




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 329732
  --> https://bugs.webkit.org/attachment.cgi?id=329732
Patch

So we keep the pending fetch in storage process until service worker is active.
Another option would be to send the fetch to the service worker process and
wait there, but this is probably less safe?


More information about the webkit-reviews mailing list