Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6273,6 +6273,11 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
<ol>
<li><p>Let <var>request</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>.

<li><p>Let <var>isEmulatedOffline</var> be the result of <a>WebDriver BiDi network is offline</a>
with <var>request</var>'s <a for=request>client</a>.

<li><p>If <var>isEmulatedOffline</var> is true, then return a <a>network error</a>.

<li><p>Let <var>response</var> be null.

<li><p>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>.
Expand Down