LibWeb: Implement PerformanceObserver.supportedEntryTypes

This commit is contained in:
Luke Wilde 2024-04-01 14:03:57 +01:00 committed by Andreas Kling
commit facece1a2a
Notes: sideshowbarker 2024-07-17 23:00:03 +09:00
7 changed files with 71 additions and 1 deletions

View file

@ -46,6 +46,8 @@ public:
void append_to_observer_buffer(Badge<HTML::WindowOrWorkerGlobalScopeMixin>, JS::NonnullGCPtr<PerformanceTimeline::PerformanceEntry>);
static JS::NonnullGCPtr<JS::Object> supported_entry_types(JS::VM&);
private:
PerformanceObserver(JS::Realm&, JS::GCPtr<WebIDL::CallbackType>);