mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add spec links
This commit is contained in:
parent
f039827dcd
commit
233a769c67
61 changed files with 284 additions and 87 deletions
|
@ -44,6 +44,7 @@ impl Performance {
|
|||
}
|
||||
|
||||
impl<'a> PerformanceMethods for &'a Performance {
|
||||
// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#performance-timing-attribute
|
||||
fn Timing(self) -> Root<PerformanceTiming> {
|
||||
self.timing.root()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue