- From: Ming-Ying Chung <notifications@github.com>
- Date: Thu, 29 Jun 2023 01:49:59 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 June 2023 08:50:04 UTC
@mingyc commented on this pull request. > + <li><p>Let <var>request</var> be <var>requestObject</var>'s <a for=Request>request</a>. + + <li><p>Let <var>backgroundTimeout</var> be null. + + <li><p>If <var>init</var> is given and <var>init</var>["<code>backgroundTimeout</code>"] + <a for=map>exists</a> then set <var>backgroundTimeout</var> to + <var>init</var>["<code>backgroundTimeout</code>"]. + + <li><p>If <var>backgroundTimeout</var> is not a {{DOMHighResTimeStamp}} then throw a {{TypeError}}. + + <li><p>Let <var>deferredRecord</var> be the result of calling + <a>request a deferred fetch</a> given <var>request</var> and <var>backgroundTimeout</var>. This + may throw an exception. + + <li> + <p><a for=AbortSignal lt=add>Add the following abort steps</a> to <var>requestObject</var>'s Thanks. I think this is resolved with the new update mentiong AbortController. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1246328683 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/1504850058@github.com>
Received on Thursday, 29 June 2023 08:50:04 UTC