diff --git a/fetch.bs b/fetch.bs index 122efc771..3ad432e6d 100755 --- a/fetch.bs +++ b/fetch.bs @@ -412,6 +412,17 @@ steps: +
+

To check if the environment settings object environment +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:

  1. Let request be fetchParams's request. +

  2. If request's client [=environment is offline|is offline=], + then return a network error. +

  3. Let response be null.

  4. Let timingInfo be fetchParams's timing info.