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

Include performance navigation timing information in browsingContext events #357

Open
juliandescottes opened this issue Jan 24, 2023 · 0 comments
Labels
browsingContext Browsing Context module

Comments

@juliandescottes
Copy link
Contributor

We could include the information from the Performance Navigation Timing interface (https://w3c.github.io/navigation-timing/#dom-performancenavigationtiming) in the various events from the browsingContext module.

network events (from PR #204) contain a timings object filled with as many timings as were available at the event creation time. Similarly here, the browsingContext events could all have a timings object, containing as many timings as possible.

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

No branches or pull requests

2 participants