Move the ServiceWorker state operations to InspectorServiceWorker |
|
Issue descriptionCurrently service worker state is operated by catapult/telemetry/telemetry/internal/browser/wait_for_serviceworker_registration.js, But it can and should be done by InspectorServiceWorker._OnNotification(), because it can receive notification from devtools. Implement InspectorServiceWorker._OnNotification(), and move Move the ServiceWorker state operations there. |
|
►
Sign in to add a comment |
|