mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Add Performance object to Window and implement Performance::Now()
This commit is contained in:
parent
0ab3444af9
commit
fb0c433b70
9 changed files with 223 additions and 1 deletions
|
@ -154,6 +154,8 @@ pub mod dom {
|
|||
pub mod node;
|
||||
pub mod nodelist;
|
||||
pub mod processinginstruction;
|
||||
pub mod performance;
|
||||
pub mod performancetiming;
|
||||
pub mod uievent;
|
||||
pub mod text;
|
||||
pub mod validitystate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue