Re: [whatwg/fetch] Resource Timing Integration checklist (#1197)

Some details:

- For `blob:` & `data:` there shouldn't be ResourceTiming entries. I will make it more explicit in fetch
- "Recording connection 

> As #1185 is getting longer I'm worried I will start to miss things. Making a list here of things to double check. This is mainly for myself, but @yoavweiss and @noamr are free to use it and add to it, of course. We can also use this issue to settle architecture questions.
> 

> * [ ]  Does it deal with `blob:` and `data:` URLs correctly?

There should be no RT entries for `blob:` and `data:`. I will try to make it more explicit in `FETCH`.

> * [ ]  Are fields correctly set for synthetic responses?

Synthetic - you mean for cache/SW? I think they are right now, but yes we should double check.

> * [ ]  How does the setup for `<iframe>` and other browsing context containers work?

Need to look into the details - IFRAME should be reported as RT to the parent, and internally as NT.

> * [ ]  Have you done an editorial pass on "recording connnection timing info"?

@yoavweiss 


-- 
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/1197#issuecomment-800837852

Received on Wednesday, 17 March 2021 06:40:47 UTC