File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -1328,13 +1328,15 @@ const obs = new PerformanceObserver((perfObserverList, observer) => {
13281328 * name: 'test',
13291329 * entryType: 'mark',
13301330 * startTime: 81.465639,
1331- * duration: 0
1331+ * duration: 0,
1332+ * detail: null
13321333 * },
13331334 * PerformanceEntry {
13341335 * name: 'meow',
13351336 * entryType: 'mark',
13361337 * startTime: 81.860064,
1337- * duration: 0
1338+ * duration: 0,
1339+ * detail: null
13381340 * }
13391341 * ]
13401342 */
@@ -1378,7 +1380,8 @@ const obs = new PerformanceObserver((perfObserverList, observer) => {
13781380 * name: 'meow',
13791381 * entryType: 'mark',
13801382 * startTime: 98.545991,
1381- * duration: 0
1383+ * duration: 0,
1384+ * detail: null
13821385 * }
13831386 * ]
13841387 */
@@ -1391,7 +1394,8 @@ const obs = new PerformanceObserver((perfObserverList, observer) => {
13911394 * name: 'test',
13921395 * entryType: 'mark',
13931396 * startTime: 63.518931,
1394- * duration: 0
1397+ * duration: 0,
1398+ * detail: null
13951399 * }
13961400 * ]
13971401 */
@@ -1434,13 +1438,15 @@ const obs = new PerformanceObserver((perfObserverList, observer) => {
14341438 * name: 'test',
14351439 * entryType: 'mark',
14361440 * startTime: 55.897834,
1437- * duration: 0
1441+ * duration: 0,
1442+ * detail: null
14381443 * },
14391444 * PerformanceEntry {
14401445 * name: 'meow',
14411446 * entryType: 'mark',
14421447 * startTime: 56.350146,
1443- * duration: 0
1448+ * duration: 0,
1449+ * detail: null
14441450 * }
14451451 * ]
14461452 */
You can’t perform that action at this time.
0 commit comments