mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +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
|
@ -0,0 +1,5 @@
|
|||
PerformanceObserver.supportedEntryTypes: mark,measure
|
||||
PerformanceObserver.supportedEntryTypes instanceof Array: true
|
||||
Object.isFrozen(PerformanceObserver.supportedEntryTypes): true
|
||||
PerformanceObserver.supportedEntryTypes === PerformanceObserver.supportedEntryTypes: true
|
||||
sorted alphabetically: true
|
Loading…
Add table
Add a link
Reference in a new issue