- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 09 Apr 2025 04:18:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 April 2025 11:18:49 UTC
@noamr commented on this pull request.
> +
+ <li><p>If <var>requestObject</var>'s <a for=Request>signal</a> is <a for=AbortSignal>aborted</a>,
+ then throw <a for=Request>signal</a>'s <a for=AbortSignal>abort reason</a>.
+
+ <li><p>Let <var>request</var> be <var>requestObject</var>'s <a for=Request>request</a>.
+
+ <li><p>Let <var>activateAfter</var> be null.
+
+ <li><p>If <var>init</var> is given and <var>init</var>["{{DeferredRequestInit/activateAfter}}"]
+ <a for=map>exists</a>, then set <var>activateAfter</var> to
+ <var>init</var>["{{DeferredRequestInit/activateAfter}}"].
+
+ <li><p>If <var>activateAfter</var> is less than 0, then throw a {{RangeError}}.
+
+ <li><p>If <var>request</var>'s <a for=request>client</a> is not a <a>fully active</a>
+ {{Document}}, then throw a {{TypeError}}.
Fixed
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r2035151745
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/2753118369@github.com>
Received on Wednesday, 9 April 2025 11:18:49 UTC