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
1. Let |origin| be [=current settings object=]'s [=environment settings object/origin=].
795
+
1. Let |promise| be a new <a>promise</a>.
796
+
1. Run the following substeps <a>in parallel</a>
797
+
1. Let |registration| be the result of running the [=GetRegistration=] algorithm passing |origin| and |id| as the arguments.
798
+
1. If |registration| is null, resolve |promise| with undefined and abort these steps.
799
+
1. Resolve |promise| with the result of [=getting the service worker registration object=] that represents |registration| in |promise|'s [=relevant settings object=].
0 commit comments