@@ -2751,6 +2751,19 @@ const moduleParents = Object.values(require.cache)
2751
2751
.filter ((m ) => m .children .includes (module ));
2752
2752
```
2753
2753
2754
+ <a id =" DEP0XXX " ></a >
2755
+ ### DEP0XXX: ` socket.bufferSize `
2756
+ <!-- YAML
2757
+ changes:
2758
+ - version: REPLACEME
2759
+ pr-url: https://github.com/nodejs/node/pull/REPLACEME
2760
+ description: Documentation-only deprecation.
2761
+ -->
2762
+
2763
+ Type: Documentation-only
2764
+
2765
+ [ ` socket.bufferSize ` ] [ ] is just an alias for [ ` writable.writableLength ` ] [ ] .
2766
+
2754
2767
[ `--pending-deprecation` ] : cli.html#cli_pending_deprecation
2755
2768
[ `--throw-deprecation` ] : cli.html#cli_throw_deprecation
2756
2769
[ `Buffer.allocUnsafeSlow(size)` ] : buffer.html#buffer_class_method_buffer_allocunsafeslow_size
@@ -2824,6 +2837,7 @@ const moduleParents = Object.values(require.cache)
2824
2837
[ `script.createCachedData()` ] : vm.html#vm_script_createcacheddata
2825
2838
[ `setInterval()` ] : timers.html#timers_setinterval_callback_delay_args
2826
2839
[ `setTimeout()` ] : timers.html#timers_settimeout_callback_delay_args
2840
+ [ `socket.bufferSize` ] : net.html#net_socket_buffersize
2827
2841
[ `timeout.ref()` ] : timers.html#timers_timeout_ref
2828
2842
[ `timeout.refresh()` ] : timers.html#timers_timeout_refresh
2829
2843
[ `timeout.unref()` ] : timers.html#timers_timeout_unref
@@ -2860,6 +2874,7 @@ const moduleParents = Object.values(require.cache)
2860
2874
[ `util` ] : util.html
2861
2875
[ `worker.exitedAfterDisconnect` ] : cluster.html#cluster_worker_exitedafterdisconnect
2862
2876
[ `worker.terminate()` ] : worker_threads.html#worker_threads_worker_terminate
2877
+ [ `writable.writableLength` ] : stream.html#stream_writable_writablelength
2863
2878
[ `zlib.bytesWritten` ] : zlib.html#zlib_zlib_byteswritten
2864
2879
[ Legacy URL API ] : url.html#url_legacy_url_api
2865
2880
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
0 commit comments