Re: [whatwg/fetch] [WebDriver BiDi] emulated network offline (PR #1852)

@sadym-chromium commented on this pull request.



> @@ -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>.

inlined

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1852#discussion_r2413719419
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1852/review/3314622019@github.com>

Received on Wednesday, 8 October 2025 12:38:54 UTC