-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-api: handle no support for external buffers #45181
Closed
Closed
Commits on Oct 25, 2022
-
node-api: handle no support for external buffers
Refs: electron/electron#35801 Refs: nodejs/abi-stable-node#441 Electron recently dropped support for external buffers. Provide a way for addon authors to: - hide the methods to create external buffers so they can avoid using them if they want the broadest compatibility. - call the methods that create external buffers at runtime to check if external buffers are supported and either use them or not based on the return code. Signed-off-by: Michael Dawson <mdawson@devrus.com>
Configuration menu - View commit details
-
Copy full SHA for e29b2c0 - Browse repository at this point
Copy the full SHA e29b2c0View commit details
Commits on Oct 26, 2022
-
Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d67a66 - Browse repository at this point
Copy the full SHA 9d67a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac56ab0 - Browse repository at this point
Copy the full SHA ac56ab0View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ba9934 - Browse repository at this point
Copy the full SHA 5ba9934View commit details
Commits on Oct 28, 2022
-
squash: address review comments
Signed-off-by: Michael Dawson <mdawson@devrus.com>
Configuration menu - View commit details
-
Copy full SHA for ebefb2b - Browse repository at this point
Copy the full SHA ebefb2bView commit details
Commits on Oct 31, 2022
-
Co-authored-by: Robert Nagy <ronagy@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for a8038ac - Browse repository at this point
Copy the full SHA a8038acView commit details
Commits on Nov 1, 2022
-
squash: switch define used to check for cage
Signed-off-by: Michael Dawson <mdawson@devrus.com>
Configuration menu - View commit details
-
Copy full SHA for e66382b - Browse repository at this point
Copy the full SHA e66382bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a43d6 - Browse repository at this point
Copy the full SHA 15a43d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f0252 - Browse repository at this point
Copy the full SHA d3f0252View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 874cac1 - Browse repository at this point
Copy the full SHA 874cac1View commit details
Commits on Nov 4, 2022
-
Signed-off-by: Michael Dawson <mdawson@devrus.com>
Configuration menu - View commit details
-
Copy full SHA for 981f9ae - Browse repository at this point
Copy the full SHA 981f9aeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.