- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 16 Jun 2020 06:31:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 June 2020 13:31:24 UTC
@annevk commented on this pull request. > + <li><p>Let <var>topLevelOrigin</var> be null. + + <li> + <p>If <var>request</var>'s <a for=request>reserved client</a> is non-null, then: + + <ol> + <li><p>Set <var>topLevelOrigin</var> to <var>request</var>'s <a for=request>reserved client</a>'s + <a for="environment">top-level origin</a>. + + <li> + <p>If <var>topLevelOrigin</var> is null, then set <var>topLevelOrigin</var> to + <var>request</var>'s <a for=request>reserved client</a>'s + <a for="environment">top-level creation URL</a>'s <a for=url>origin</a>. + + <p class=note>This happens for top-level navigations only. + </ol> I think generally that's true and will remain true, but there's a couple places that will need to care about the distinction and networking is one of those. (Other places generally only get access to an environment settings object.) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/943#discussion_r440850738
Received on Tuesday, 16 June 2020 13:31:24 UTC