mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add connectEnd attribute to PerformanceResourceTiming interface
This commit is contained in:
parent
9be40ac4b6
commit
f478357567
6 changed files with 18 additions and 16 deletions
|
@ -18,7 +18,7 @@ interface PerformanceResourceTiming : PerformanceEntry {
|
|||
// readonly attribute DOMHighResTimeStamp domainLookupStart;
|
||||
// readonly attribute DOMHighResTimeStamp domainLookupEnd;
|
||||
// readonly attribute DOMHighResTimeStamp connectStart;
|
||||
// readonly attribute DOMHighResTimeStamp connectEnd;
|
||||
readonly attribute DOMHighResTimeStamp connectEnd;
|
||||
// readonly attribute DOMHighResTimeStamp secureConnectionStart;
|
||||
readonly attribute DOMHighResTimeStamp requestStart;
|
||||
readonly attribute DOMHighResTimeStamp responseStart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue