File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -115,11 +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 < a > user agent</ a > and web application. Sending
117
117
< a > push messages</ a > requires considerably more resources when compared with more direct
118
- methods of communication such as [[[fetch]]] or < a data-cite =
119
- "html/web-sockets.html#network "> websockets</ a > . < a > Push messages</ a > usually have higher
120
- latency than direct communications and they can also be subject to restrictions on use.
121
- Most < a > push services</ a > limit the size and quantity of < a > push messages</ a > that can be
122
- sent.
118
+ methods of communication such as the [[Fetch|Fetch API]] or [[Websockets|Web Sockets]].
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.
123
122
</ p >
124
123
</ section >
125
124
< section >
You can’t perform that action at this time.
0 commit comments