node-addon-examples
node-addon-examples copied to clipboard
Improve `AsyncWorker` example handling `Object/Buffer/Uint8Array` as parameter
Hello,
I've created issue in node-addon-api https://github.com/nodejs/node-addon-api/issues/1453 but it may be related more to scope of this repository.
I couldn't find in the documentation and examples how to properly handle Object/Buffer/Uint8Array parameters in AsyncWorker?
https://github.com/nodejs/node-addon-api/issues/1453