node/lib/internal/webstreams
Rich Trott d79f8c2987
stream: remove unused function argument
watchClosed() is only ever called with an anonymous function for the
action parameter. This anonymous funciton does not take any arguments.
Remove unused argument from invocation of action().

PR-URL: https://github.com/nodejs/node/pull/41403
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-01-14 16:20:14 +01:00
..
adapters.js lib,tools: remove empty lines between JSDoc tags 2022-01-14 16:19:28 +01:00
compression.js stream: add CompressionStream and DecompressionStream 2021-07-14 10:52:59 -07:00
encoding.js stream: implement TextEncoderStream and TextDecoderStream 2021-07-14 09:12:43 -07:00
queuingstrategies.js lib,tools: remove empty lines between JSDoc tags 2022-01-14 16:19:28 +01:00
readablestream.js stream: remove unused function argument 2022-01-14 16:20:14 +01:00
transfer.js
transformstream.js lib,tools: remove empty lines between JSDoc tags 2022-01-14 16:19:28 +01:00
util.js stream: import internal/util/types instead 2021-07-15 13:43:26 -07:00
writablestream.js lib,tools: remove empty lines between JSDoc tags 2022-01-14 16:19:28 +01:00