Open
Bug 1617042
Opened 3 years ago
Updated 6 months ago
Add reporting for when ServiceWorker shutdown timer fires
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: perry, Unassigned)
References
Details
This is referring to:
NS_IMETHODIMP ServiceWorkerShutdownBlocker::Notify(nsITimer*) {
// TODO: this method being called indicates that there are ServiceWorkers
// that did not complete shutdown before the timer expired - there should be
// a telemetry ping or some other way of recording the state of when this
// happens (e.g. what's returned by GetState()).
UnblockShutdown();
return NS_OK;
}
Reporter | ||
Updated•3 years ago
|
Assignee: perry → nobody
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•