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:
parent
e0893f03c3
commit
ce890a0d90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user