From 5796c6aba4a4cdcfa02dab96ba1fa923a57e3140 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 33d9f561bec313..ce112b3344ce40 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -3799,6 +3799,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 +