mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
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> |
||
|---|---|---|
| .. | ||
| 1_hello_world | ||
| test_async | ||
| test_async_cleanup_hook | ||
| test_async_context | ||
| test_buffer | ||
| test_callback_scope | ||
| test_cleanup_hook | ||
| test_env_teardown_gc | ||
| test_exception | ||
| test_fatal | ||
| test_fatal_exception | ||
| test_general | ||
| test_init_order | ||
| test_instance_data | ||
| test_make_callback | ||
| test_make_callback_recurse | ||
| test_null_init | ||
| test_policy | ||
| test_threadsafe_function | ||
| test_uv_loop | ||
| test_worker_buffer_callback | ||
| test_worker_terminate | ||
| test_worker_terminate_finalization | ||
| .gitignore | ||
| node-api.status | ||
| testcfg.py | ||