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
A [=/service worker registration=] has an associated <dfn export id="dfn-origin">origin</dfn> an [=environment settings object/origin=].
218
220
219
-
A [=/service worker registration=] has an associated <dfn export id="dfn-id">id</dfn>. It is initially set to null.
221
+
A [=/service worker registration=] has an associated <dfn export id="dfn-id">id</dfn> a [=DOMString=]. It is initially set to null.
220
222
221
223
A [=/service worker registration=] has an associated <dfn export id="dfn-installing-worker">installing worker</dfn> (a [=/service worker=] or null) whose [=service worker/state=] is "`installing`". It is initially set to null.
The <dfn attribute for="ServiceWorkerRegistration"><code>navigationPreload</code></dfn> getter steps are to return the [=ServiceWorkerRegistration/service worker registration=]'s {{NavigationPreloadManager}} object.
The <dfn attribute for="ServiceWorkerRegistration"><code>id</code></dfn> getter steps are to return the [=ServiceWorkerRegistration/service worker registration=]'s [=service worker registration/id=].
0 commit comments