Skip to content

Commit 98954fd

Browse files
committed
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: nodejs#24509
1 parent 21522cb commit 98954fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/n-api.md

+3
Original file line numberDiff line numberDiff line change
@@ -3799,6 +3799,9 @@ callback was associated with the wrapping, it will no longer be called when the
37993799
JavaScript object becomes garbage-collected.
38003800

38013801
### napi_add_finalizer
3802+
3803+
> Stability: 1 - Experimental
3804+
38023805
<!-- YAML
38033806
added: v8.0.0
38043807
napiVersion: 1

0 commit comments

Comments
 (0)