Re: [whatwg/fetch] Skip unnecessary checks when we have a preloaded response candidate in main fetch (PR #1803)

@nidhijaju commented on this pull request.



> @@ -4477,19 +4477,27 @@ steps:
 
  <li><p>Let <var>response</var> be null.
 
- <li><p>If <var>request</var>'s <a>local-URLs-only flag</a> is set and <var>request</var>'s
- <a for=request>current URL</a> is not <a lt="is local">local</a>, then set <var>response</var> to a
- <a>network error</a>.
+ <li>
+   <p>If <var>fetchParams</var>'s <a for="fetch params">preloaded response candidate</a> is null:

Ah whoops, should be fixed now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1803#discussion_r1923267334
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1803/review/2563805075@github.com>

Received on Tuesday, 21 January 2025 08:27:17 UTC