mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibWeb: Implement PerformanceObserver.supportedEntryTypes
This commit is contained in:
parent
316814988f
commit
facece1a2a
Notes:
sideshowbarker
2024-07-17 23:00:03 +09:00
Author: https://github.com/Lubrsi
Commit: facece1a2a
Pull-request: https://github.com/SerenityOS/serenity/pull/23794
7 changed files with 71 additions and 1 deletions
|
@ -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>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue