Closed
Description
Even if they're deprecated and we're supposed to use the readline
module now, the docs should say that, right?
Currently, the docs don't list process.stdout.cursorTo
and related functions at all.
Popular modules, as well as Node itself, still use them:
node-progress module
node debugger
Here's the full list of functions I'm referring to:
I think it would reduce confusion if we at least mentioned these in the process
or stream
docs.