mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Add [Default] toJSON() to performance interfaces
This commit is contained in:
@@ -25,7 +25,7 @@ interface PerformanceNavigationTiming : PerformanceResourceTiming {
|
||||
readonly attribute DOMHighResTimeStamp loadEventEnd;
|
||||
readonly attribute NavigationType type;
|
||||
readonly attribute unsigned short redirectCount;
|
||||
// [Default] object toJSON();
|
||||
[Default] object toJSON();
|
||||
/* Servo-only attribute for measuring when the top-level document (not iframes) is complete. */
|
||||
[Pref="dom.testperf.enabled"]
|
||||
readonly attribute DOMHighResTimeStamp topLevelDomComplete;
|
||||
|
||||
Reference in New Issue
Block a user