Skip to content

Commit 47efd66

Browse files
authored
Value for capability "webSocketUrl" cannot be false in the "new session algorithm" (#725)
1 parent 4e162b9 commit 47efd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ with parameters |session|, |capabilities|, and |flags| is:
11711171
1. Let |webSocketUrl| be the result of [=getting a property=] named
11721172
"<code>webSocketUrl</code>" from |capabilities|.
11731173

1174-
1. If |webSocketUrl| is undefined or false, return.
1174+
1. If |webSocketUrl| is undefined, return.
11751175

11761176
1. [=Assert=]: |webSocketUrl| is true.
11771177

0 commit comments

Comments
 (0)