From 3bfa178901220f121bb3ab2cde21146214041876 Mon Sep 17 00:00:00 2001 From: Nidhi Jaju Date: Tue, 21 Jan 2025 03:23:11 +0000 Subject: [PATCH 1/2] Fix bikeshed errors --- fetch.bs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index 3a684a945..73160d23a 100644 --- a/fetch.bs +++ b/fetch.bs @@ -8804,7 +8804,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 @@ -8969,6 +8969,7 @@ particular at what stage you would like to receive a callback: and perform your own operations on it. + @@ -9019,6 +9020,7 @@ particular at what stage you would like to receive a callback: MIME type identified by extracting a MIME type from response's headers list. + From 955bf1a86d85323cb9529e0d77f9e85e7d236fbe Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 21 Jan 2025 09:13:23 +0100 Subject: [PATCH 2/2] nits --- fetch.bs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fetch.bs b/fetch.bs index 73160d23a..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. @@ -8968,7 +8962,6 @@ 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. -

  • @@ -9019,7 +9012,6 @@ 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. -