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

> @npm1 what kind of information is exposed to the parent about frame navigations?

Essentially, a ResourceTiming Entry. 
Assuming the frame was created by "process the {i,}frame attributes" and response doesn't include TAO, the following information is exposed:
* resolved URL (pre-redirect)
* workerStart
* startTime
* initiatorType
* fetchStart
* responseEnd

> Can you point me to the existing processing model?

https://w3c.github.io/resource-timing/#processing-model

-- 
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-555492356

Received on Tuesday, 19 November 2019 12:47:23 UTC