Description[ServiceWorker] Keep ServiceWorker alive while streaming the response for FetchEvent.
In current implementation the ServiceWorker is terminated 30 seconds after start loading the page even if the page is still loading.
(https://codereview.chromium.org/805083006/ changed the behavior of stopping the ServiceWorker.)
This cl changes ServiceWorkerVersion::HasInflightRequests() to check the existence of the active streaming ServiceWorkerURLRequestJobs.
BUG=445775
Committed: https://crrev.com/4bffcd598dd89e0016208ce9312a1f477ff105d1
Cr-Commit-Position: refs/heads/master@{#309970}
Patch Set 1 #
Total comments: 5
Messages
Total messages: 16 (5 generated)
|