From 0d097af1acbeabe56a1b0d0c2e2f521eca4defa8 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren Set ev's request to
request. Return ev, but continue these steps in parallel. Run this step in parallel: Fetch request. Fetch request. Return ev.
+
+
@@ -94689,24 +94693,28 @@ interface WebSocket : EventTarget {
WebSocket protocol specification, then throw a "SyntaxError
"
DOMException
.
Return a new WebSocket
object whose url is urlRecord, but continue these steps
- in parallel.
Establish a WebSocket connection given - urlRecord, protocols, and the entry settings object.
+Run this step in parallel:
+ +Establish a WebSocket connection given + urlRecord, protocols, and the entry settings object.
-If the establish a WebSocket
- connection algorithm fails, it triggers the fail the
- WebSocket connection algorithm, which then invokes the close the WebSocket connection algorithm, which then
- establishes that the WebSocket connection is closed,
- which fires the close
event as
- described below.
If the establish a WebSocket
+ connection algorithm fails, it triggers the fail the
+ WebSocket connection algorithm, which then invokes the close the WebSocket connection algorithm, which then
+ establishes that the WebSocket connection is closed,
+ which fires the close
event as
+ described below.
Return a new WebSocket
object whose url is urlRecord.