File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ through a custom server.</p>
98
98
99
99
<div algorithm>
100
100
101
- To <dfn id=concept-websocket-connection-obtain>obtain a WebSocket connection</dfn> , given a
101
+ To <dfn export id=concept-websocket-connection-obtain>obtain a WebSocket connection</dfn> , given a
102
102
|url|, run these steps:
103
103
104
104
1. Let |host| be |url|'s <a for=url>host</a> .
@@ -260,7 +260,7 @@ It can have the following values:
260
260
:: Creates a new {{WebSocket}} object, immediately establishing the associated WebSocket
261
261
connection.
262
262
263
- |url| is a string giving the <a dfn spec=url >URL</a> over which the connection is established.
263
+ |url| is a string giving the <a for=/ >URL</a> over which the connection is established.
264
264
Only "`ws`" or "`wss`" schemes are allowed; others will cause a "{{SyntaxError}} "
265
265
{{DOMException}} . URLs with [=fragments=] will also cause such an exception.
266
266
You can’t perform that action at this time.
0 commit comments