1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

LibWeb: Implement Performance.toJSON

This commit is contained in:
Jamie Mansfield 2024-07-16 22:49:23 +01:00 committed by Tim Ledbetter
parent e8fe7c0ee3
commit 66c3388b16
Notes: sideshowbarker 2024-07-18 02:43:50 +09:00

View file

@ -13,6 +13,7 @@ typedef sequence<PerformanceEntry> PerformanceEntryList;
interface Performance : EventTarget {
DOMHighResTimeStamp now();
readonly attribute DOMHighResTimeStamp timeOrigin;
[Default] object toJSON();
readonly attribute PerformanceTiming timing;