From dd5bfd7f74218f8aae31f3d77544c8f81e3df739 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 22 Nov 2018 18:47:40 +0000 Subject: [PATCH] doc: mark napi_add_finalizer experimental This was missed when the function was added. As it is experimental in the code it should also be experimental in the docs. Fixes: https://github.com/nodejs/node/issues/24509 PR-URL: https://github.com/nodejs/node/pull/24572 Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/n-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 91a39ff4835266..7e689c7a91ebd6 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -3740,6 +3740,9 @@ callback was associated with the wrapping, it will no longer be called when the JavaScript object becomes garbage-collected. ### napi_add_finalizer + +> Stability: 1 - Experimental +