mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
LibWeb: Implement Performance.toJSON
This commit is contained in:
parent
e8fe7c0ee3
commit
66c3388b16
Notes:
sideshowbarker
2024-07-18 02:43:50 +09:00
Author: https://github.com/jamierocks
Commit: 66c3388b16
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/682
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ typedef sequence<PerformanceEntry> PerformanceEntryList;
|
||||||
interface Performance : EventTarget {
|
interface Performance : EventTarget {
|
||||||
DOMHighResTimeStamp now();
|
DOMHighResTimeStamp now();
|
||||||
readonly attribute DOMHighResTimeStamp timeOrigin;
|
readonly attribute DOMHighResTimeStamp timeOrigin;
|
||||||
|
[Default] object toJSON();
|
||||||
|
|
||||||
readonly attribute PerformanceTiming timing;
|
readonly attribute PerformanceTiming timing;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue