mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
moebius#161: The Performance Resource Timing (make timestamps be relative to startTime)
https://github.com/MoonchildProductions/moebius/pull/161
This commit is contained in:
parent
5558924d7c
commit
e8dbb561f6
20 changed files with 520 additions and 154 deletions
|
|
@ -751,9 +751,11 @@ var interfaceNamesInGlobalScope =
|
|||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"PerformanceNavigation",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"PerformanceObserver",
|
||||
"PerformanceNavigationTiming",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"PerformanceObserverEntryList",
|
||||
"PerformanceObserver"
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"PerformanceObserverEntryList"
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"PerformanceResourceTiming",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue