From f194b7f6261b065726b2850582b4969059b64fa1 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 4 Dec 2018 22:58:56 +0100 Subject: util: add inspection getter option Currently it is not possible to inspect getters. To prevent any side effects this should not become a default but under lots of circumstances it would still be useful to inspect getters. This way it is possible to actively opt into inspecting those. PR-URL: https://github.com/nodejs/node/pull/24852 Reviewed-By: Jeremiah Senkpiel Reviewed-By: Anna Henningsen --- doc/api/util.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/api/util.md') diff --git a/doc/api/util.md b/doc/api/util.md index 8c21bef9ae..0b9e477394 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -389,6 +389,9 @@ stream.write('With ES6');