File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -585,6 +585,10 @@ Disconnects the `PerformanceObserver` instance from all notifications.
585585<!-- YAML
586586added: v8.5.0
587587changes:
588+ - version: REPLACEME
589+ pr-url: https://github.com/nodejs/node/pull/39297
590+ description: Updated to conform to Performance Timeline Level 2. The
591+ buffered option has been added back.
588592 - version: v16.0.0
589593 pr-url: https://github.com/nodejs/node/pull/37136
590594 description: Updated to conform to User Timing Level 3. The
@@ -597,6 +601,10 @@ changes:
597601 * ` entryTypes ` {string[ ] } An array of strings identifying the types of
598602 {PerformanceEntry} instances the observer is interested in. If not
599603 provided an error will be thrown.
604+ * ` buffered ` {boolean} If true, the observer callback is called with a
605+ list global ` PerformanceEntry ` buffered entries. If false, only
606+ ` PerformanceEntry ` s created after the time point are sent to the
607+ observer callback. ** Default:** ` false ` .
600608
601609Subscribes the {PerformanceObserver} instance to notifications of new
602610{PerformanceEntry} instances identified either by ` options.entryTypes `
You can’t perform that action at this time.
0 commit comments