mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
09ae62b9a8
Refs: https://github.com/electron/electron/issues/35801 Refs: https://github.com/nodejs/abi-stable-node/issues/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> PR-URL: https://github.com/nodejs/node/pull/45181 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> |
||
---|---|---|
.. | ||
binding.gyp | ||
test_general.c | ||
test.js | ||
testEnvCleanup.js | ||
testFinalizer.js | ||
testGlobals.js | ||
testInstanceOf.js | ||
testNapiRun.js | ||
testNapiStatus.js |