Commit ff32207
authored
chrome-extension: do not fail if damagedRects property is not available (#11)
* chrome-extension: do not fail if damagedRects property is not available
The ContainerTiming performance entry damagedRects property is a proposal
for the future, and is not available, at least, in the initial patch sent
for review upstream.
Check if the property is available, and if not, do not show the damaged
rects overlay.
* chrome-extension: improve the extension description1 parent bb4ed42 commit ff32207
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments