diff --git a/fetch.bs b/fetch.bs index 6558d9414..94480af6f 100644 --- a/fetch.bs +++ b/fetch.bs @@ -5106,7 +5106,13 @@ steps:

When in doubt, return a network error.

HTTP(S) scheme -

Return the result of running HTTP fetch given fetchParams. +

+
    +
  1. If request's mode is "navigate", then return + the result of running HTTP fetch given fetchParams and true. + +

  2. Return the result of running HTTP fetch given fetchParams. +

  • Return a network error.