mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 22:43:26 +00:00
![]() That method is overwritten in both `require('node:readline').Interface.prototype` and `require('node:readline/promises').Interface.prototype`, and is very much not useful outside of interacting with TTY, removing it from the parent class could enable the use of `InterfaceConstructor` in other contexts (such as interacting with files). PR-URL: https://github.com/nodejs/node/pull/44606 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> |
||
---|---|---|
.. | ||
callbacks.js | ||
emitKeypressEvents.js | ||
interface.js | ||
promises.js | ||
utils.js |