mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01: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
|
@ -41,6 +41,8 @@ DOMInterfaces = {
|
|||
'Navigator': {},
|
||||
'Node': {},
|
||||
'NodeList': {},
|
||||
'Performance': {},
|
||||
'PerformanceTiming': {},
|
||||
'UIEvent': {},
|
||||
'ValidityState': {},
|
||||
'Window': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue