mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
ISSUE-21257: set redirectEnd on PerformanceResourceTiming
This commit is contained in:
parent
5788e8c050
commit
18178fa107
7 changed files with 58 additions and 28 deletions
|
@ -13,7 +13,7 @@ interface PerformanceResourceTiming : PerformanceEntry {
|
|||
readonly attribute DOMString nextHopProtocol;
|
||||
// readonly attribute DOMHighResTimeStamp workerStart;
|
||||
readonly attribute DOMHighResTimeStamp redirectStart;
|
||||
// readonly attribute DOMHighResTimeStamp redirectEnd;
|
||||
readonly attribute DOMHighResTimeStamp redirectEnd;
|
||||
readonly attribute DOMHighResTimeStamp fetchStart;
|
||||
readonly attribute DOMHighResTimeStamp domainLookupStart;
|
||||
// readonly attribute DOMHighResTimeStamp domainLookupEnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue