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:

  • Set this's headers's guard to "request-no-cors". -

  • If init is not empty, then: @@ -8010,7 +8005,6 @@ constructor steps are:

  • Otherwise, fill this's headers with headers. -

  • 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`. -

    WebSockets

    +

    WebSockets

    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. -

  • + @@ -9018,7 +9012,7 @@ particular at what stage you would like to receive a callback: body's stream, and process in an appropriate way for the MIME type identified by extracting a MIME type from response's headers list. - +