File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 165
165
server</ a > .
166
166
</ p >
167
167
< p >
168
- A < a > push message</ a > is delivered to the [= service worker registration/active worker =]
168
+ A < a > push message</ a > is delivered to the [=service worker registration/active worker=]
169
169
associated with the < a > push subscription</ a > to which the message was submitted. If the
170
170
service worker is not currently running, the worker is started to enable delivery.
171
171
</ p >
583
583
< li > Let < var > registration</ var > be the < a > PushManager</ a > 's associated < a > service worker
584
584
registration</ a > .
585
585
</ li >
586
- < li > If < var > registration</ var > 's [= service worker registration/active worker =] is null,
586
+ < li > If < var > registration</ var > 's [=service worker registration/active worker=] is null,
587
587
reject < var > promise</ var > with a {{DOMException}} whose name is "{{InvalidStateError}}" and
588
588
terminate these steps.
589
589
</ li >
@@ -1147,8 +1147,8 @@ <h2>
1147
1147
Then run the following steps in parallel, with < var > dispatchedEvent</ var > :
1148
1148
</ p >
1149
1149
< ol >
1150
- < li > Wait for all of the promises in the [= ExtendableEvent/extend lifetime promises
1151
- =] of < var > dispatchedEvent</ var > to resolve.
1150
+ < li > Wait for all of the promises in the [=ExtendableEvent/extend lifetime promises=]
1151
+ of < var > dispatchedEvent</ var > to resolve.
1152
1152
</ li >
1153
1153
< li > If all the promises resolve successfully, acknowledge the receipt of the < a > push
1154
1154
message</ a > according to [[RFC8030]] and abort these steps.
You can’t perform that action at this time.
0 commit comments