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
Need to add a check for start and end performance mark before measuring performance timing using performance.measure. However, performance.measure will throw an error if any of the mark (end or start) is missing.
Need to add a check for
startandendperformance mark before measuring performance timing usingperformance.measure. However,performance.measurewill throw an error if any of the mark (end or start) is missing.