@@ -3983,6 +3983,20 @@ To make [`child_process.exec`][] invoke the default shell, either omit the
39833983` shell `  option, or set it to a nullish value. If the intention is not to invoke
39843984a shell, use [ ` child_process.execFile ` ] [ ]  instead.
39853985
3986+ ### DEP0197: ` util.types.isNativeError() `   
3987+ 
3988+ <!--  YAML
3989+ changes: 
3990+   - version: 
3991+     - REPLACEME 
3992+     pr-url: https://github.com/nodejs/node/pull/58262 
3993+     description: Documentation-only deprecation. 
3994+ --> 
3995+ 
3996+ Type: Documentation-only
3997+ 
3998+ The [ ` util.types.isNativeError ` ] [ ]  API is deprecated. Please use [ ` Error.isError ` ] [ ]  instead.
3999+ 
39864000[ DEP0142 ] : #dep0142-repl_builtinlibs 
39874001[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf 
39884002[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3 
@@ -4001,6 +4015,7 @@ a shell, use [`child_process.execFile`][] instead.
40014015[ `Buffer.isBuffer()` ] : buffer.md#static-method-bufferisbufferobj 
40024016[ `Cipheriv` ] : crypto.md#class-cipheriv 
40034017[ `Decipheriv` ] : crypto.md#class-decipheriv 
4018+ [ `Error.isError` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/isError 
40044019[ `REPLServer.clearBufferedCommand()` ] : repl.md#replserverclearbufferedcommand 
40054020[ `ReadStream.open()` ] : fs.md#class-fsreadstream 
40064021[ `Server.getConnections()` ] : net.md#servergetconnectionscallback 
@@ -4116,6 +4131,7 @@ a shell, use [`child_process.execFile`][] instead.
41164131[ `util.isArray()` ] : util.md#utilisarrayobject 
41174132[ `util.promisify` ] : util.md#utilpromisifyoriginal 
41184133[ `util.toUSVString()` ] : util.md#utiltousvstringstring 
4134+ [ `util.types.isNativeError` ] : util.md#utiltypesisnativeerrorvalue 
41194135[ `util.types` ] : util.md#utiltypes 
41204136[ `util` ] : util.md 
41214137[ `worker.exitedAfterDisconnect` ] : cluster.md#workerexitedafterdisconnect 
0 commit comments