- From: Maksim Sadym <notifications@github.com>
- Date: Wed, 08 Oct 2025 05:38:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 October 2025 12:38:54 UTC
@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