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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

c - Expected expression before 'struct' - Error -