mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Implement PerformanceObserver
This commit is contained in:
parent
5055883b9f
commit
af2886449a
22 changed files with 793 additions and 57 deletions
|
@ -41,6 +41,9 @@ public:
|
|||
// https://www.w3.org/TR/intersection-observer/#intersectionobserver-task-source
|
||||
IntersectionObserver,
|
||||
|
||||
// https://w3c.github.io/performance-timeline/#dfn-performance-timeline-task-source
|
||||
PerformanceTimeline,
|
||||
|
||||
// Some elements, such as the HTMLMediaElement, must have a unique task source per instance.
|
||||
// Keep this field last, to serve as the base value of all unique task sources.
|
||||
UniqueTaskSourceStart,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue