Files
ladybird/Libraries/LibWeb/EventTiming/PerformanceEventTiming.idl
Shannon Booth cc6e048bd6 LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
2026-04-24 20:08:29 +02:00

17 lines
660 B
Plaintext

// https://w3c.github.io/event-timing/#sec-performance-event-timing
[Exposed=Window]
interface PerformanceEventTiming : PerformanceEntry {
readonly attribute DOMHighResTimeStamp processingStart;
readonly attribute DOMHighResTimeStamp processingEnd;
readonly attribute boolean cancelable;
readonly attribute Node? target;
readonly attribute unsigned long long interactionId;
[Default] object toJSON();
};
// Potential fixme: This spec has some more IDLs
// https://w3c.github.io/event-timing/#sec-event-counts
// https://w3c.github.io/event-timing/#sec-extensions
// https://w3c.github.io/event-timing/#sec-modifications-perf-timeline