-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
What is the problem this feature will solve?
Allow smooth transition out of Object.prototype.proto
See #31951 for context.
What is the feature you are proposing to solve the problem?
The current choices are
- delete, disables the feature silently
- throw, crashes the program
It would be nice to have just a deprecation notice.
What alternatives have you considered?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting Triage