- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 09 Mar 2021 06:58:50 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 March 2021 14:59:04 UTC
@noamr commented on this pull request. > +<p>To <dfn>handle response end</dfn>, given <a for=/>fetch params</a> <var>fetchParams</var> and +<a for=/>response</a> <var>response</var>, perform the following steps: +<ol> + <li>Set <var>fetchParams</var>'s <a for="fetch params">timing info</a>'s + <a for="fetch timing info">response end time</a> to the <a for=/>unsafe shared current time</a>. + <li>Let <var>request</var> be <var>fetchParams</var>'s <a for="fetch params">request</a>. + <li>Let <var>globalObject</var> be <a for="fetch params">request</a>'s + <a for=request>client</a>'s <a for="environment settings object">global object</a>. + <li>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>. + <li>Let <var>requestedURL</var> be <var>response</var>'s <a for=response>URL list</a>'s first + item. + <li>Return, if <var>request</var>'s <a for=request>destination</a> is one of the following: + <ul> + <li><code>"report"</code> + <li><code>"document"</code> + <li><code>"frame"</code> I want to exclude top-level navigations... maybe "document" is enough -- 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/1185#discussion_r590443911
Received on Tuesday, 9 March 2021 14:59:04 UTC