1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Libraries/LibWeb/HighResolutionTime
Andreas Kling 97d0acc5b6 LibWeb: Implement performance.now()
This patch introduces the HighResolutionTime namespace which is home to
the Performance object (exposed via window.performance)

performance.now() is currently the only function, and it returns the
number of milliseconds since the window object was constructed. :^)
2020-09-29 18:19:18 +02:00
..
Performance.cpp LibWeb: Implement performance.now() 2020-09-29 18:19:18 +02:00
Performance.h LibWeb: Implement performance.now() 2020-09-29 18:19:18 +02:00
Performance.idl LibWeb: Implement performance.now() 2020-09-29 18:19:18 +02:00