Re: [whatwg/fetch] ResourceTiming integration question: how to handle iframes (#968)

Hmm I don't recall what was the problem we saw. From looking into this, I do see a problem with the `timing allow passed flag` that I added. It's only set on the main fetch in a place where it would never be set for iframe fetches. I think it should be moved to HTTP fetch, where the TAO check is called. Then it should be set even for iframe fetches, I think.

-- 
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/issues/968#issuecomment-770971359

Received on Monday, 1 February 2021 16:13:27 UTC