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.