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

Need to define an actual processing model for what things are added to resource timing and for what global #166

Closed
bzbarsky opened this issue Sep 27, 2018 · 0 comments
Milestone

Comments

@bzbarsky
Copy link

Some examples that are completely undefined right now, as far as I can tell:

  1. If an iframe is navigated via changing the src attribute, does that load get added to resource timing? For which page?

  2. If an iframe is navigated via setting its location.href, same questions.

  3. If an iframe is navigated via meta refresh, same questions.

Similar questions for an <object> or <embed>, with the additional complication that for those you don't know up front whether the load is a navigation or not.

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

No branches or pull requests

2 participants