diff --git a/fetch.bs b/fetch.bs index 3a684a945..4b1f0c2ca 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2777,7 +2777,6 @@ functionality.
If this operation succeeds, return the set of IP addresses and any additional implementation-defined information. -
Return failure. @@ -4113,7 +4112,6 @@ true, and it's always for nested navigations. Otherwise, response is
require-corp
"
Set policy to `same-origin
`.
-
Switch on policy:
@@ -4366,7 +4364,6 @@ the response. [[!HTTP-CACHING]]
preloaded response candidate is null, then set fetchParams's
preloaded response candidate to "pending
".
-
If request's header list @@ -4883,7 +4880,6 @@ steps:
Queue a fetch task to run processResponseEndOfBodyTask with fetchParams's task destination. -
If fetchParams's process response is non-null, then queue a fetch task to run fetchParams's @@ -7985,7 +7981,6 @@ constructor steps are:
If init is not empty, then: @@ -8010,7 +8005,6 @@ constructor steps are:
Let inputBody be input's request's
body if input is a {{Request}} object; otherwise null.
@@ -8804,7 +8798,7 @@ resource — for non-CORS requests as well as CORS
requests — and do not use `Vary
`.
-
As part of establishing a connection, the {{WebSocket}} object initiates a special kind of fetch (using a request whose mode is @@ -8968,7 +8962,7 @@ particular at what stage you would like to receive a callback:
Otherwise, parse contents considering the metadata from response, and perform your own operations on it. -