File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -412,13 +412,16 @@ steps:
412412</ol>
413413</div>
414414
415- <p> A <dfn export>user agent is offline</dfn> when the user agent assumes it do not have network
416- connection, and it will not contact the network during <a lt=fetch for=/>fetching</a> .
417-
418415<div algorithm>
419416<p> To check if the <a>environment settings object</a> <var> environment</var>
420- <dfn export lt="environment is offline">is offline</dfn> , return true if one of the following
421- conditions are true, and return false otherwise:
417+ <dfn export lt="environment is offline">is offline</dfn> :
418+
419+ <ul>
420+ <li><p> If the user agent assumes it does not have internet connectivity, then return true.</li>
421+
422+ <li><p> Return <var> environment</var> 's <a>WebDriver BiDi network is offline</a> .
423+ </ul>
424+ </div>
422425
423426<ul>
424427 <li><p> [=/User agent is offline=] </li>
You can’t perform that action at this time.
0 commit comments