Skip to content

Commit 9669497

Browse files
inline user agent is offline
1 parent 31e7189 commit 9669497

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

fetch.bs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)