-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Missing napi_create_external_sharedarraybufferΒ #62259
Copy link
Copy link
Closed
Labels
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
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
Awaiting Triage
Status
Done
What is the problem this feature will solve?
Create a shared array buffer backed by external memory.
What is the feature you are proposing to solve the problem?
Create a shared array buffer backed by external memory.
What alternatives have you considered?
No response