Re: [whatwg/fetch] Add TAO check (#955)

annevk commented on this pull request.



> @@ -1548,10 +1548,15 @@ Unless stated otherwise, it is unset.
 <p>A <a for=/>request</a> has an associated <dfn export for=request id=done-flag>done flag</dfn>.
 Unless stated otherwise, it is unset.
 
+<p>A <a for=/>request</a> has an associated
+<dfn export for=request id=timing-allow-failed-flag>timing allow failed flag</dfn>. Unless stated
+otherwise, it is unset.

Ah yes, you're totally right. Since this doesn't cause the response to fail we need to track something on the request. But we should then put something on the response when we're ready to return it to the caller. Since fetching of a request can happen in another process I don't think the "specification API" should require the caller to check for changes on its reference to a request.

-- 
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/955#discussion_r340679578

Received on Wednesday, 30 October 2019 15:17:33 UTC