From 02a7cda59e40177d469a73badc1ce346a3e58486 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Fri, 22 Aug 2025 16:10:23 +0200 Subject: [PATCH] WebDriver BiDi emulated network offline --- fetch.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fetch.bs b/fetch.bs index 8a18caf10..84fcaabb5 100755 --- a/fetch.bs +++ b/fetch.bs @@ -6273,6 +6273,11 @@ optional boolean forceNewConnection (default false), run these steps:
  1. Let request be fetchParams's request. +

  2. Let isEmulatedOffline be the result of WebDriver BiDi network is offline + with request's client. + +

  3. If isEmulatedOffline is true, then return a network error. +

  4. Let response be null.

  5. Let timingInfo be fetchParams's timing info.