mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add [Default] toJSON() to performance interfaces
This commit is contained in:
parent
1af15054e7
commit
5695ee94a5
13 changed files with 218 additions and 104 deletions
|
@ -26,5 +26,5 @@ interface PerformanceResourceTiming : PerformanceEntry {
|
|||
/// readonly attribute unsigned long long transferSize;
|
||||
/// readonly attribute unsigned long long encodedBodySize;
|
||||
/// readonly attribute unsigned long long decodedBodySize;
|
||||
// [Default] object toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue