From 88db3e431f56bb5e068080e3f9303878f5bcf985 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 24 Jun 2019 18:17:38 -0400 Subject: [PATCH] doc,n-api: fix metadata for napi_create_threadsafe_function PR-URL: https://github.com/nodejs/node/pull/28410 Refs: https://github.com/nodejs/node/pull/27791 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Michael Dawson --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index a9d90dc4603015..2acfa0486c6ed3 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -4659,7 +4659,7 @@ prevent the event loop from exiting. The APIs `napi_ref_threadsafe_function` and added: v10.6.0 napiVersion: 4 changes: - - version: v10.17.0 + - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/27791 description: Made `func` parameter optional with custom `call_js_cb`. -->