Files
servo/components/script/dom/performance
Simon Wülker 80c6846dfb script: Accept names of PerformanceTiming members as marks in Performance.measure (#43990)
This change allows users to pass a mark like `"navigationStart"` to
`Performance.measure` and that will resolve to the value of
`navigationStart` on the `PerformanceTiming` interface.

Testing: New tests start to pass
Part of https://github.com/servo/servo/issues/43821 - we no longer throw
an exception in the case above.

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2026-04-10 14:36:10 +00:00
..