apache/flagon-useralejs

PerformanceTiming is Deprecated

Jyyjy opened this issue · 2 comments

performance.timing.navigationStart is deprecated, and we should migrate to the recommended PerformanceNavigationTiming interface.

relevant mdn doc:
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/navigationStart

affected code:
https://github.com/search?q=repo%3Aapache%2Fflagon-useralejs%20navigationStart&type=code

Looks like this was already done, but wasn't merged into main because of the MV3 dumpster fire. The two are unrelated so this should be possible on it's own.

Relevant discussion:
#284

Actually, just going to close this issue because it's a duplicate.