mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
fix performance timing precision and navigation_start unit; add LoadEventStart and LoadEventEnd timing
This commit is contained in:
parent
ac062931e2
commit
7169a08a34
5 changed files with 43 additions and 20 deletions
|
@ -27,6 +27,6 @@ interface PerformanceTiming {
|
|||
readonly attribute unsigned long long domContentLoadedEventStart;
|
||||
readonly attribute unsigned long long domContentLoadedEventEnd;
|
||||
readonly attribute unsigned long long domComplete;
|
||||
/* readonly attribute unsigned long long loadEventStart;
|
||||
readonly attribute unsigned long long loadEventEnd; */
|
||||
readonly attribute unsigned long long loadEventStart;
|
||||
readonly attribute unsigned long long loadEventEnd;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue