@@ -3360,6 +3360,21 @@ Type: Runtime
3360
3360
In a future version of Node.js, the ` asyncResource ` property will no longer
3361
3361
be added when a function is bound to an ` AsyncResource ` .
3362
3362
3363
+ ### DEP0173: ` util.toUSVString `
3364
+
3365
+ <!-- YAML
3366
+ changes:
3367
+ - version: REPLACEME
3368
+ pr-url: https://github.com/nodejs/node/pull/47342
3369
+ description: Documentation-only deprecation.
3370
+ -->
3371
+
3372
+ Type: Documentation-only
3373
+
3374
+ [ ` util.toUSVString() ` ] [ ] is replaced with [ ` String.prototype.toWellFormed ` ] [ ]
3375
+ after V8 11.3. It is recommended to use the built-in function for performance
3376
+ reasons.
3377
+
3363
3378
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3364
3379
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3365
3380
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3382,6 +3397,7 @@ be added when a function is bound to an `AsyncResource`.
3382
3397
[ `Server.getConnections()` ] : net.md#servergetconnectionscallback
3383
3398
[ `Server.listen({fd: <number>})` ] : net.md#serverlistenhandle-backlog-callback
3384
3399
[ `SlowBuffer` ] : buffer.md#class-slowbuffer
3400
+ [ `String.prototype.toWellFormed` ] : https://chromestatus.com/feature/5200195346759680
3385
3401
[ `WriteStream.open()` ] : fs.md#class-fswritestream
3386
3402
[ `assert` ] : assert.md
3387
3403
[ `asyncResource.runInAsyncScope()` ] : async_context.md#asyncresourceruninasyncscopefn-thisarg-args
@@ -3498,6 +3514,7 @@ be added when a function is bound to an `AsyncResource`.
3498
3514
[ `util.isSymbol()` ] : util.md#utilissymbolobject
3499
3515
[ `util.isUndefined()` ] : util.md#utilisundefinedobject
3500
3516
[ `util.log()` ] : util.md#utillogstring
3517
+ [ `util.toUSVString()` ] : util.md#utiltousvstringstring
3501
3518
[ `util.types` ] : util.md#utiltypes
3502
3519
[ `util` ] : util.md
3503
3520
[ `worker.exitedAfterDisconnect` ] : cluster.md#workerexitedafterdisconnect
0 commit comments