- From: Scott Haseley <notifications@github.com>
- Date: Wed, 03 May 2023 14:16:03 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 May 2023 21:16:10 UTC
@shaseley commented on this pull request. > - <li><p>If <var>signal</var> is non-null, then make <a>this</a>'s <a for=Request>signal</a> - <a for=AbortSignal>follow</a> <var>signal</var>. + <li><p>Set <a>this</a>'s <a for=Request>signal</a> to the result of + <a>creating a new composite abort signal</a> from <var>signals</var>, using {{AbortSignal}} and "creating a composite abort signal" (or we can rename the algo to add "new"). I left off "new" since I thought it was implied by "create". Same below. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1646#pullrequestreview-1411863833 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1646/review/1411863833@github.com>
Received on Wednesday, 3 May 2023 21:16:10 UTC