Skip to content

Commit 22910a1

Browse files
committed
Editorial: fix references to Fetch and Web Sockets
1 parent d8401e8 commit 22910a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ <h2>
115115
Push messaging is best suited to occasions where there is not already an active
116116
communications channel established between <a>user agent</a> and web application. Sending
117117
<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.
123122
</p>
124123
</section>
125124
<section>

0 commit comments

Comments
 (0)