From ff642c5b85d10cbefc1b5f1e6a3c87898eb01506 Mon Sep 17 00:00:00 2001 From: Kevin Eady <8634912+KevinEady@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:37:28 +0100 Subject: [PATCH] doc: fix tsfn docs to reflect true implementation (#860) --- doc/threadsafe.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/threadsafe.md b/doc/threadsafe.md index 22bb399fc..1d71cdd2e 100644 --- a/doc/threadsafe.md +++ b/doc/threadsafe.md @@ -50,9 +50,6 @@ native C++ code (the "callback") on the Node.js thread. This API is designed without N-API 5 native support for [the optional JavaScript function callback feature](https://github.com/nodejs/node/commit/53297e66cb). - `::New` methods that do not have a `Function` parameter will construct a - _new_, no-op `Function` on the environment to pass to the underlying N-API - call. This API has some dynamic functionality, in that: - The `[Non]BlockingCall()` methods provide a `Napi::Function` parameter as the