Skip to content

Commit f43b537

Browse files
committed
add a doc note that node_api_create_reference is replacing napi_create_reference
1 parent 4f8cbed commit f43b537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/n-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,8 @@ added: REPLACEME
17161716

17171717
> Stability: 1 - Experimental
17181718

1719+
> This function is targeting to replace the `napi_create_reference` function.
1720+
17191721
```c
17201722
NAPI_EXTERN napi_status node_api_create_reference(napi_env env,
17211723
napi_value value,

0 commit comments

Comments
 (0)