PerformanceTiming.domainLookupStart
概要
PerformanceTiming
.domainLookupStart
是一个返回代表一个时刻的 unsigned long long
型只读属性,为域名开始解析之时的 Unix毫秒时间戳。如果一个持久连接被使用,或者该信息已经被本地资源或者缓存存储,则该值等同于 PerformanceTiming.fetchStart
。
语法
time = performanceTiming.domainLookupStart;
标准
Specification | Status | Comment |
---|---|---|
Navigation Timing PerformanceTiming.domainLookupStart |
Recommendation | Initial definition. |
浏览器兼容性
BCD tables only load in the browser
参见
- 它属于
PerformanceTiming
接口。