- From: Ming-Ying Chung <notifications@github.com>
- Date: Wed, 11 Dec 2024 23:45:58 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2024 07:46:02 UTC
@mingyc commented on this pull request. > +<var>activateAfter</var>, an <var>onActivatedWithoutTermination</var>, which is an algorithm that +takes no arguments: + +<ol> + <li><p>Assert: <var>request</var>'s <a for=request>client</a> is a {{Document}}. + + <li><p><a>Populate request from client</a> given <var>request</var>. + + <li><p>Set <var>request</var>'s <a for=request>service-workers mode</a> to "<code>none</code>". + + <li><p>Set <var>request</var>'s <a for=request>keepalive</a> to true. + + <li><p>Let <var>deferredRecord</var> be a new <a>deferred fetch record</a> whose + <a for="deferred fetch record">request</a> is <var>request</var>. + + <li><p>Let <var>topMostDirectSameOriginAncestor</var> be var>request</var>'s ``` be var>request’s client. ``` typo? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2498123700 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2498123700@github.com>
Received on Thursday, 12 December 2024 07:46:02 UTC