- From: Andrew Williams <notifications@github.com>
- Date: Wed, 19 Nov 2025 15:25:16 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 November 2025 23:25:20 UTC
@recvfrom commented on this pull request.
> @@ -5363,14 +5363,41 @@ returning a response directly, or allowing the request to proceed by returning n
<li><p>Let <var>isTopLevelNavigation</var> be true if <var>request</var>'s
<a for=request>destination</a> is "<code>document</code>"; otherwise, false.
- <li><p>If <var>isTopLevelNavigation</var> is false and <var>requestEnvironment</var> is null,
- then return a <a>network error</a>.
+ <li><p>Let <var>isTopLevelSelfFetch</var> be false.
+
+ <li><p>If <var>request</var>'s <a for=request>client</a> is non-null:
+ <ol>
+ <li><p>Let <var>global</var> be <var>request</var>'s <a for=request>client</a>'s
+ <a for="environment settings object">global object</a>.
+
+ <li>
+ <p>If all of the following conditions are true:
+
+ <ul class=brief>
Done
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1879#discussion_r2543863639
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1879/review/3485108242@github.com>
Received on Wednesday, 19 November 2025 23:25:20 UTC