html5 - Are NavigationTiming properties available in UserTiming measure? -
is possible use navigationtiming properties when using measure
in usertiming api?
in other words, following according spec?
window.performance.mark('foo'); window.performance.measure('mymeasurement', 'fetchstart', 'foo');
the usertiming spec states navigationtiming properties reserved when calling mark
, , seems behave way when experiment in console.
however, can't find in spec states expected behavior. know?
nevermind, found answer here:
may name of 1 of attributes in performancetiming interface [navigation timing].
Comments
Post a Comment