mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add DOM-related performance timing properties
This commit is contained in:
parent
27e104aa1a
commit
e49d592fba
4 changed files with 91 additions and 7 deletions
|
@ -21,12 +21,12 @@ interface PerformanceTiming {
|
|||
readonly attribute unsigned long long secureConnectionStart;
|
||||
readonly attribute unsigned long long requestStart;
|
||||
readonly attribute unsigned long long responseStart;
|
||||
readonly attribute unsigned long long responseEnd;
|
||||
readonly attribute unsigned long long responseEnd; */
|
||||
readonly attribute unsigned long long domLoading;
|
||||
readonly attribute unsigned long long domInteractive;
|
||||
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 loadEventStart;
|
||||
readonly attribute unsigned long long loadEventEnd; */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue