From f2af0785cfcc15c29e5d8a9d8c2b74d91253e9bb Mon Sep 17 00:00:00 2001 From: legendecas Date: Sun, 25 Jul 2021 23:53:21 +0800 Subject: [PATCH] doc: add PerformanceObserver `buffered` document The option `buffered` is not about queueing the `PerformanceEntry`s with loop or not. The current (and the spec) behavior is different with Node.js version <= v16.0.0 --- doc/api/perf_hooks.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 80a3c46f36a281..750c2bbc692097 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -585,6 +585,10 @@ Disconnects the `PerformanceObserver` instance from all notifications.