标签: javascript
在Google Chrome浏览器中,我可以使用window.performance.timing.responseStart来获取javascript中加载网页第一个字节的时间。
window.performance.timing.responseStart
Safari缺少performance对象。我怎样才能在Safari中获得相同的时间?
performance