Skip to content

Commit ff642c5

Browse files
authored
doc: fix tsfn docs to reflect true implementation (#860)
1 parent 86feeeb commit ff642c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/threadsafe.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ native C++ code (the "callback") on the Node.js thread.
5050

5151
This API is designed without N-API 5 native support for [the optional JavaScript
5252
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.
5653

5754
This API has some dynamic functionality, in that:
5855
- The `[Non]BlockingCall()` methods provide a `Napi::Function` parameter as the

0 commit comments

Comments
 (0)