@@ -2707,6 +2707,19 @@ Type: Runtime
2707
2707
` Transform._transformState ` will be removed in future versions where it is
2708
2708
no longer required due to simplification of the implementation.
2709
2709
2710
+ <a id =" DEP0XXX " ></a >
2711
+ ### DEP0XXX: ` socket.bufferSize `
2712
+ <!-- YAML
2713
+ changes:
2714
+ - version: REPLACEME
2715
+ pr-url: https://github.com/nodejs/node/pull/REPLACEME
2716
+ description: Documentation-only deprecation.
2717
+ -->
2718
+
2719
+ Type: Documentation-only
2720
+
2721
+ [ ` socket.bufferSize ` ] [ ] is just an alias for [ ` writable.writableLength ` ] [ ] .
2722
+
2710
2723
[ `--pending-deprecation` ] : cli.html#cli_pending_deprecation
2711
2724
[ `--throw-deprecation` ] : cli.html#cli_throw_deprecation
2712
2725
[ `Buffer.allocUnsafeSlow(size)` ] : buffer.html#buffer_class_method_buffer_allocunsafeslow_size
@@ -2781,6 +2794,7 @@ no longer required due to simplification of the implementation.
2781
2794
[ `script.createCachedData()` ] : vm.html#vm_script_createcacheddata
2782
2795
[ `setInterval()` ] : timers.html#timers_setinterval_callback_delay_args
2783
2796
[ `setTimeout()` ] : timers.html#timers_settimeout_callback_delay_args
2797
+ [ `socket.bufferSize` ] : net.html#net_socket_buffersize
2784
2798
[ `timeout.ref()` ] : timers.html#timers_timeout_ref
2785
2799
[ `timeout.refresh()` ] : timers.html#timers_timeout_refresh
2786
2800
[ `timeout.unref()` ] : timers.html#timers_timeout_unref
@@ -2817,6 +2831,7 @@ no longer required due to simplification of the implementation.
2817
2831
[ `util` ] : util.html
2818
2832
[ `worker.exitedAfterDisconnect` ] : cluster.html#cluster_worker_exitedafterdisconnect
2819
2833
[ `worker.terminate()` ] : worker_threads.html#worker_threads_worker_terminate
2834
+ [ `writable.writableLength` ] : stream.html#stream_writable_writablelength
2820
2835
[ `zlib.bytesWritten` ] : zlib.html#zlib_zlib_byteswritten
2821
2836
[ Legacy URL API ] : url.html#url_legacy_url_api
2822
2837
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
0 commit comments