-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
napi is missing method to create buffer from ArrayBuffer #54440
Copy link
Copy link
Closed
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Description
Activity
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Type
Projects
- StatusShow more project fieldsDone
What is the problem this feature will solve?
Not possible to create
BufferfromArrayBufferwith napiWhat is the feature you are proposing to solve the problem?
Add signature similar to what we have for typed arrays:
What alternatives have you considered?
No response