-
-
Notifications
You must be signed in to change notification settings - Fork 35.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 that request new features to be added to Node.js.Issues that request new features to be added to Node.js.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Type
Projects
Status
Done
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