-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add navigationId to PerformanceEntry (#192)
Add id and navigationId fields to PerformanceEntry. These are integers, used to uniquely identify timeline entries, so that they can be referred to in other entries. The initial use case for this is to track navigation-like events within a page's lifetime. For this, the navigationId field is used, in each entry, to refer to the most recent navigation (or back-forward-cache restoration, or soft navigation) which had occurred in the page. --------- Co-authored-by: Marcos Cáceres <[email protected]>
- Loading branch information
1 parent
3984a34
commit f6a67dc
Showing
2 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters