-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Add Promises version of ReadLine #37287
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Is your feature request related to a problem? Please describe.
Not to my knowledge.
Describe the solution you'd like
I'd like to have access to a set of functions for the readline portion of Node in a similar style to
import fs from 'fs/promises'. Having to wrap callback functions in promises is rather tedious.I'd like to know if this would be something I can work on. I want this for my own purposes and have the time to work on and implement this if possible.