mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +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
|
@ -519,6 +519,10 @@ class URLSearchParams;
|
|||
class URLSearchParamsIterator;
|
||||
}
|
||||
|
||||
namespace Web::UserTiming {
|
||||
class PerformanceMark;
|
||||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
class Intrinsics;
|
||||
class OptionConstructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue