1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:27:35 +00:00

LibWeb: Save document load timing when creating browsing context

This commit is contained in:
Andreas Kling 2022-09-21 00:24:02 +02:00
parent 270de12d59
commit d4fc1367f6
4 changed files with 43 additions and 3 deletions

View file

@ -269,6 +269,7 @@ set(SOURCES
HTML/WorkerGlobalScope.cpp
HTML/WorkerLocation.cpp
HTML/WorkerNavigator.cpp
HighResolutionTime/CoarsenTime.cpp
HighResolutionTime/Performance.cpp
Infra/ByteSequences.cpp
IntersectionObserver/IntersectionObserver.cpp