File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9619,6 +9619,23 @@ are:
96199619
96209620</div>
96219621
9622+ <div algorithm>
9623+ The <dfn export>WebDriver BiDi network is offline</dfn> steps given
9624+ [=environment settings object=] |settings| are:
9625+
9626+ 1. Let |navigable| be |settings|'s [=relevant global object=]' s
9627+ <a>associated <code>Document</code></a> 's [=/node navigable=] .
9628+
9629+ 1. Let |emulated network conditions| be the result of
9630+ [=get emulated network conditions=] with [|navigable|] .
9631+
9632+ 1. If |emulated network conditions| is not null and |emulated network conditions|'s
9633+ [=emulated-network-conditions-struct/offline=] is true, return true.
9634+
9635+ 1. Return false.
9636+
9637+ </div>
9638+
96229639<div algorithm>
96239640The [=remote end event trigger=] is the <dfn export>WebDriver BiDi before
96249641request sent</dfn> steps given |request|:
You can’t perform that action at this time.
0 commit comments