mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add connectStart in PerformanceResourceTiming
This commit is contained in:
parent
1409c767e4
commit
a11684460d
4 changed files with 17 additions and 3 deletions
|
@ -17,7 +17,7 @@ interface PerformanceResourceTiming : PerformanceEntry {
|
|||
readonly attribute DOMHighResTimeStamp fetchStart;
|
||||
// readonly attribute DOMHighResTimeStamp domainLookupStart;
|
||||
// readonly attribute DOMHighResTimeStamp domainLookupEnd;
|
||||
// readonly attribute DOMHighResTimeStamp connectStart;
|
||||
readonly attribute DOMHighResTimeStamp connectStart;
|
||||
readonly attribute DOMHighResTimeStamp connectEnd;
|
||||
// readonly attribute DOMHighResTimeStamp secureConnectionStart;
|
||||
readonly attribute DOMHighResTimeStamp requestStart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue