- From: Dominic Farolino <notifications@github.com>
- Date: Tue, 18 Nov 2025 19:54:32 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 November 2025 03:54:36 UTC
@domfarolino commented on this pull request.
> - <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>
+ <li><p><var>global</var> is a {{Window}} object;
+
+ <li><p><var>global</var>'s <a for=Window>navigable</a> is not null;
Specifically where client is non-null but not associated with a Window object? Would worker fetches count here?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1879#discussion_r2540432206
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1879/review/3480704924@github.com>
Received on Wednesday, 19 November 2025 03:54:36 UTC