- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 12 Dec 2024 03:51:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2024 11:51:19 UTC
@noamr 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 Fixed -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#discussion_r1881919986 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2499163467@github.com>
Received on Thursday, 12 December 2024 11:51:19 UTC