Refactor performance monitor to use instance pattern

This commit is contained in:
Germain Souquet 2021-05-17 09:30:53 +01:00
parent cbf6457857
commit 781c0dca68
3 changed files with 81 additions and 67 deletions

View file

@ -81,7 +81,7 @@ declare global {
mxTypingStore: TypingStore;
mxEventIndexPeg: EventIndexPeg;
mxPerformanceMonitor: PerformanceMonitor;
mxPerformanceEntryNames: PerformanceEntryNames;
mxPerformanceEntryNames: any;
}
interface Document {