ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Tim Ledbetter a8904451ff LibWeb: Set navigation start time when creating a new Document
This currently uses a non spec-compliant property on the Response
object, which represents the time that the Response was created.

Setting this value allows `Performance.timeOrigin` to return a
reasonable value.
2025-01-27 14:53:33 +01:00
..
Bodies.cpp LibWeb: Add a 'get a reader' helper method on ReadableStream 2024-12-25 12:00:54 +01:00
Bodies.h
Headers.cpp
Headers.h
Methods.cpp
Methods.h
Requests.cpp
Requests.h
Responses.cpp LibWeb: Store response creation time as MonotonicTime 2025-01-27 14:53:33 +01:00
Responses.h LibWeb: Set navigation start time when creating a new Document 2025-01-27 14:53:33 +01:00
Statuses.cpp
Statuses.h