flagon-useralejs
flagon-useralejs copied to clipboard
WebExt: Update performance.timing.navigationStart to performance.timeOrigin
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: https://github.com/w3c/hr-time/issues/27#issuecomment-229443622
@poorejc -- per https://github.com/apache/incubator-flagon-useralejs/pull/286 this issue can be closed, is that right?