Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch integration is missing #55

Closed
annevk opened this issue Mar 29, 2018 · 4 comments · Fixed by #87
Closed

Fetch integration is missing #55

annevk opened this issue Mar 29, 2018 · 4 comments · Fixed by #87
Milestone

Comments

@annevk
Copy link
Member

annevk commented Mar 29, 2018

It's unclear when this header is processed.

@yoavweiss
Copy link
Contributor

@annevk what's the best way to integrate it?
It seems like such integration would be trivial once ResourceTiming is defined in terms of Fetch, but that's a slightly bigger project.

Generally, do you think Fetch should be aware and call into RT/ST processing models, or should Fetch provide a hook and have these specs "register for a callback" from Fetch?

@annevk
Copy link
Member Author

annevk commented Jun 1, 2018

Yeah, I guess you need resource timing defined as this would layer on that infrastructure.

I'm wondering if we add the timing information directly to fetch, if this could all be on top of fetch groups (which are ill-defined, but still). It seems the timing information (though not necessarily that of "server timing", as that comes from a header on the response) is primitive of sorts we'll need to wave through the various algorithms and expose appropriately.

@ghost
Copy link

ghost commented Dec 17, 2020

The timing is lagging for the fetch

@noamr
Copy link
Contributor

noamr commented Feb 27, 2022

See #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants