Skip to content

Commit 16bca96

Browse files
committed
Address review comments
- Remove discussions about NAPI-EXPERIMENTAL.
1 parent c433dbd commit 16bca96

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/finalization.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ provide optimizations, improved execution, or other benefits.
99
In general, it is best to use basic finalizers whenever possible (eg. when
1010
access to JavaScript is _not_ needed).
1111

12-
*NOTE*: Optimizations via basic finalizers will only occur if using
13-
`NAPI_EXPERIMENTAL` and the `NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT` define flag
14-
has _not_ been set. Otherwise, the engine will not differentiate between basic
15-
and (extended) finalizers.
16-
1712
## Finalizers
1813

1914
The callback takes `Napi::Env` as its first argument:

0 commit comments

Comments
 (0)