mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Implement PerformanceNavigation interface
This commit is contained in:
parent
e100af57a5
commit
62f0785c2c
19 changed files with 411 additions and 69 deletions
|
@ -49,3 +49,8 @@ partial interface Performance {
|
|||
partial interface Performance {
|
||||
PerformanceNavigationTiming timing();
|
||||
};
|
||||
// https://w3c.github.io/navigation-timing/#extensions-to-the-performance-interface
|
||||
partial interface Performance {
|
||||
[SameObject, Exposed=Window]
|
||||
readonly attribute PerformanceNavigation navigation;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue