-
Notifications
You must be signed in to change notification settings - Fork 37
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
Determine whether to wait until after responseEnd to queue entry for ResourceTiming #93
Comments
I like the proposal. Only concern would be compat issues around anyone making the assumption that if In that case, they should also be checking |
That is a serious concern, which we need to evaluate carefully. If current boomerang contains such code, how many sites out there use current (and older) versions of the boomerang library and will continue to do so without upgrading? What would be the implications of such a change on those sites? |
In the above case, there probably won't be a real issue because that code (theoretically) shouldn't run until we get a But I'm guessing there are other cases in the wild making similar assumptions. Or even polling |
Based on Issue #55 the spec gained a note:
This issue is assuming ResourceTiming entries are added before |
(Not seeing the note in the spec) |
As discussed with @nicjansma and at the F2F, we have 2 issues hiding here:
|
Yep, we have separate issues tracking both of the above. Closing, please feel free to reopen if there are other concerns that are not yet captured elsewhere. |
This came up in the context of consistency with NT2. See: w3c/navigation-timing#50
In Nav Timing 2 we don't want to wait until the load event to create the entry for NavTiming as this causes data bias issues. The current plan is to:
Should we do the same thing with RT (primarily for consistency)?
The text was updated successfully, but these errors were encountered: