In Google Chrome, I can use window.performance.timing.responseStart
to obtain the time at which the first byte of a web page loads in javascript.
Safari lacks the performance
object. How can I get the same time in Safari?
In Google Chrome, I can use window.performance.timing.responseStart
to obtain the time at which the first byte of a web page loads in javascript.
Safari lacks the performance
object. How can I get the same time in Safari?