Refactor performance monitor to use instance pattern
This commit is contained in:
parent
cbf6457857
commit
781c0dca68
3 changed files with 81 additions and 67 deletions
2
src/@types/global.d.ts
vendored
2
src/@types/global.d.ts
vendored
|
@ -81,7 +81,7 @@ declare global {
|
|||
mxTypingStore: TypingStore;
|
||||
mxEventIndexPeg: EventIndexPeg;
|
||||
mxPerformanceMonitor: PerformanceMonitor;
|
||||
mxPerformanceEntryNames: PerformanceEntryNames;
|
||||
mxPerformanceEntryNames: any;
|
||||
}
|
||||
|
||||
interface Document {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue