mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
implement PerformanceObserverInit.buffered (fixes #18108)
This commit is contained in:
parent
10cd518b59
commit
e186b52b04
4 changed files with 35 additions and 2 deletions
|
@ -51,6 +51,10 @@ impl PerformanceEntry {
|
|||
pub fn name(&self) -> &DOMString {
|
||||
&self.name
|
||||
}
|
||||
|
||||
pub fn start_time(&self) -> f64 {
|
||||
self.start_time
|
||||
}
|
||||
}
|
||||
|
||||
impl PerformanceEntryMethods for PerformanceEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue