You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.log('Registered service worker now controlling this page.');
514
521
}
@@ -627,6 +634,8 @@ export {Workbox};
627
634
* event.
628
635
* @property {boolean|undefined} isUpdate True if a service worker was already
629
636
* controlling when this service worker was registered.
637
+
* @property {boolean|undefined} isExternal True if this event is associated
638
+
* with an [external service worker]{@link https://developers.google.com/web/tools/workbox/modules/workbox-window#when_an_unexpected_version_of_the_service_worker_is_found}.
630
639
* @property {string} type `controlling`.
631
640
* @property {Workbox} target The `Workbox` instance.
0 commit comments