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 <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Michael Dawson 2018-11-22 18:47:40 +00:00 committed by Rich Trott
parent e0893f03c3
commit ce890a0d90

View File

@ -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
<!-- YAML
added: v8.0.0
napiVersion: 1