mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add a topLevelDomComplete metric.
This commit is contained in:
parent
26feea3be5
commit
074447e501
7 changed files with 59 additions and 0 deletions
|
@ -29,4 +29,7 @@ interface PerformanceTiming {
|
|||
readonly attribute unsigned long long domComplete;
|
||||
readonly attribute unsigned long long loadEventStart;
|
||||
readonly attribute unsigned long long loadEventEnd;
|
||||
/* Servo-onnly attribute for measuring when the top-level document (not iframes) is complete. */
|
||||
[Pref="dom.testperf.enabled"]
|
||||
readonly attribute unsigned long long topLevelDomComplete;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue