diff --git a/fetch.bs b/fetch.bs index 122efc771..8d19ae84d 100755 --- a/fetch.bs +++ b/fetch.bs @@ -412,6 +412,17 @@ steps: +
To check if the environment settings object environment +is offline: + +
If the user agent assumes it does not have internet connectivity, then return true. + +
Return environment's WebDriver BiDi network is offline. +
To serialize an integer, represent it as a string of the shortest possible decimal @@ -6391,6 +6402,9 @@ optional boolean forceNewConnection (default false), run these steps:
Let request be fetchParams's request. +
If request's client is offline, then return a + network error. +
Let response be null.
Let timingInfo be fetchParams's timing info.