You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Scans interaction tracking does not rely on the PerformanceEventTiming API, and is only enhanced by it. The PerformanceEventTiming (the browser supported way to get interaction timings) is not supported in safari.
React Scan also tracks much more precise data about the interaction phases, which the PerformanceEventTiming does not provide.
Hence, it would be useful to expose this logic as as stand alone API, since it's already not coupled to React or React Scan logic
The text was updated successfully, but these errors were encountered:
React Scans interaction tracking does not rely on the
PerformanceEventTiming
API, and is only enhanced by it. ThePerformanceEventTiming
(the browser supported way to get interaction timings) is not supported in safari.React Scan also tracks much more precise data about the interaction phases, which the
PerformanceEventTiming
does not provide.Hence, it would be useful to expose this logic as as stand alone API, since it's already not coupled to React or React Scan logic
The text was updated successfully, but these errors were encountered: