File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ <h2>
115
115
Push messaging is best suited to occasions where there is not already an active
116
116
communications channel established between the < a > user agent</ a > and the web application.
117
117
Sending < a > push messages</ a > requires considerably more resources when compared with more
118
- direct methods of communication such as the [[Fetch|Fetch API]] or [[WebSockets]].
119
- < a > Push messages</ a > usually have higher latency than direct communications and they can
120
- also be subject to restrictions on use. Most < a > push services</ a > limit the size and
121
- quantity of < a > push messages</ a > that can be sent.
118
+ direct methods of communication such as the [[Fetch|Fetch API]] or [[WebSockets]]. < a > Push
119
+ messages</ a > usually have higher latency than direct communications and they can also be
120
+ subject to restrictions on use. Most < a > push services</ a > limit the size and quantity of
121
+ < a > push messages</ a > that can be sent.
122
122
</ p >
123
123
</ section >
124
124
< section >
229
229
</ li >
230
230
< li > When the < a > push subscription</ a > request has completed successfully:
231
231
< ol >
232
- < li > Set |subscription|'s {{PushSubscription/endpoint}} attribute to the
233
- < a > push subscription</ a > 's < a > push endpoint</ a > .
232
+ < li > Set |subscription|'s {{PushSubscription/endpoint}} attribute to the < a > push
233
+ subscription</ a > 's < a > push endpoint</ a > .
234
234
</ li >
235
235
< li > If provided by the < a > push subscription</ a > , set |subscription|'s
236
236
{{PushSubscription/expirationTime}}.
You can’t perform that action at this time.
0 commit comments