Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerformanceNavigationTiming entry throws away all of the recorded resource timing information #24218
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this code that creates a PerformanceNavigationTiming instance,
self.resource_timingisn't used. We just call PerformanceResourceTiming::new_inherited in this code which causes all of the entries to be zeroed.