We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7c4f2 commit 6037705Copy full SHA for 6037705
doc/api/n-api.md
@@ -1607,6 +1607,10 @@ with `napi_add_env_cleanup_hook`, otherwise the process will abort.
1607
#### napi_add_async_cleanup_hook
1608
<!-- YAML
1609
added: v14.8.0
1610
+changes:
1611
+ - version: REPLACEME
1612
+ pr-url: https://github.com/nodejs/node/pull/34819
1613
+ description: Changed signature of the `hook` callback.
1614
-->
1615
1616
> Stability: 1 - Experimental
@@ -1644,6 +1648,10 @@ added is being torn down anyway.
1644
1648
#### napi_remove_async_cleanup_hook
1645
1649
1646
1650
1651
1652
1653
1654
+ description: Removed `env` parameter.
1647
1655
1656
1657
0 commit comments