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:
Let request be fetchParams's request. +
Let isEmulatedOffline be the result of WebDriver BiDi network is offline + with request's client. + +
If isEmulatedOffline is true, then return a network error. +
Let response be null.
Let timingInfo be fetchParams's timing info.