mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-21 01:31:55 +00:00
LibWeb: Add a time origin property for all ESOs
This acts as a baseline for performance related timestamps.
This commit is contained in:
parent
a8904451ff
commit
8963e62a5e
Notes:
github-actions[bot]
2025-01-27 13:54:41 +00:00
Author: https://github.com/tcl3
Commit: 8963e62a5e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3341
9 changed files with 29 additions and 5 deletions
|
@ -87,6 +87,9 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability
|
||||
virtual CanUseCrossOriginIsolatedAPIs cross_origin_isolated_capability() const = 0;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-time-origin
|
||||
virtual double time_origin() const = 0;
|
||||
|
||||
URL::URL parse_url(StringView);
|
||||
URL::URL encoding_parse_url(StringView);
|
||||
Optional<String> encoding_parse_and_serialize_url(StringView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue