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.
Return the result of running HTTP fetch given fetchParams. +
If request's mode is "navigate
", then return
+ the result of running HTTP fetch given fetchParams and true.
+
+
Return the result of running HTTP fetch given fetchParams. +
Return a network error.