Skip to content

Commit 42bfec6

Browse files
author
OneDrive Build
committed
review comment
1 parent f6ccbf9 commit 42bfec6

File tree

1 file changed

+9
-0
lines changed
  • libraries/load-themed-styles/src

1 file changed

+9
-0
lines changed

libraries/load-themed-styles/src/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,17 @@ interface IExtendedHtmlStyleElement extends HTMLStyleElement {
2727
styleSheet: IStyleSheet;
2828
}
2929

30+
/**
31+
* Performance Measurement of loading styles
32+
*/
3033
interface IMeasurement {
34+
/**
35+
* Count of style element injected, which is the slow operation in IE
36+
*/
3137
count: number;
38+
/**
39+
* Total duration of all loadStyles exections
40+
*/
3241
duration: number;
3342
}
3443

0 commit comments

Comments
 (0)