We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5864e commit 1a791e8Copy full SHA for 1a791e8
1 file changed
doc/api/deprecations.md
@@ -707,7 +707,8 @@ Type: Documentation-only
707
708
Using a property named `inspect` on an object to specify a custom inspection
709
function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]
710
-instead.
+instead. (For backwards compatibility with Node.js prior to version 6.4.0, both
711
+may be specified.)
712
713
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
714
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
0 commit comments