- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 05 Jun 2020 07:04:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 June 2020 14:04:53 UTC
@annevk commented on this pull request. > + <li> + <p>If <var>topLevelOrigin</var> is null and <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. + </ol> + Thanks. We should use the reserved client if non-null and only then use the regular client if it's still null. I'll fix that. -- 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_r435944548
Received on Friday, 5 June 2020 14:04:53 UTC