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

WebExt: Update performance.timing.navigationStart to performance.timeOrigin #284

Closed
poorejc opened this issue Aug 23, 2022 · 1 comment · Fixed by #488
Closed

WebExt: Update performance.timing.navigationStart to performance.timeOrigin #284

poorejc opened this issue Aug 23, 2022 · 1 comment · Fixed by #488
Assignees
Labels
maintenance package updates and the like

Comments

@poorejc
Copy link
Contributor

poorejc commented Aug 23, 2022

performance.timing.navigationStart is used to normalize timing across browser contexts in the WebExt. It's deprecated: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/navigationStart

performance.timeOrigin is equivalent and looks to be a suitable replacement: w3c/hr-time#27 (comment)

@poorejc poorejc added the maintenance package updates and the like label Aug 23, 2022
@poorejc poorejc self-assigned this Aug 23, 2022
@brucearctor
Copy link
Contributor

@poorejc -- per #286 this issue can be closed, is that right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance package updates and the like
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants