PerformanceTiming.responseEnd
概要
PerformanceTiming
.responseEnd
是一个返回代表一个时刻的 unsigned long long
型只读属性,为浏览器从服务器、缓存或者本地资源接收响应的最后一个字节或者连接被关闭之时的 Unix毫秒时间戳。
语法
time = performanceTiming.responseEnd;
标准
Specification | Status | Comment |
---|---|---|
Navigation Timing PerformanceTiming.responseEnd |
Recommendation | Initial definition. |
浏览器兼容性
BCD tables only load in the browser
参见
- 它属于
PerformanceTiming
接口。