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)

enhancement

Tracking

()

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;
}
Assignee: perry → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.