We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86feeeb commit ff642c5Copy full SHA for ff642c5
doc/threadsafe.md
@@ -50,9 +50,6 @@ native C++ code (the "callback") on the Node.js thread.
50
51
This API is designed without N-API 5 native support for [the optional JavaScript
52
function callback feature](https://github.com/nodejs/node/commit/53297e66cb).
53
- `::New` methods that do not have a `Function` parameter will construct a
54
- _new_, no-op `Function` on the environment to pass to the underlying N-API
55
- call.
56
57
This API has some dynamic functionality, in that:
58
- The `[Non]BlockingCall()` methods provide a `Napi::Function` parameter as the
0 commit comments