mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibWeb: Implement performance.mark and performance.clearMarks
This commit is contained in:
parent
89ebef9730
commit
cbe0901706
13 changed files with 341 additions and 0 deletions
|
@ -201,6 +201,7 @@ libweb_js_bindings(UIEvents/UIEvent)
|
|||
libweb_js_bindings(UIEvents/WheelEvent)
|
||||
libweb_js_bindings(URL/URL)
|
||||
libweb_js_bindings(URL/URLSearchParams ITERABLE)
|
||||
libweb_js_bindings(UserTiming/PerformanceMark)
|
||||
libweb_js_bindings(WebAssembly/Instance)
|
||||
libweb_js_bindings(WebAssembly/Memory)
|
||||
libweb_js_bindings(WebAssembly/Module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue