summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-03-26 15:36:11 -0400
committerMyles Borins <mylesborins@google.com>2019-04-16 12:39:43 -0400
commit5f93cf7e3a732b0ace1ccc9950d88cdb5d6ff029 (patch)
treec01333cfb79d1e6837eac82da84b99f03770ce59 /doc/api/n-api.md
parentd3de1ed653c897c932caa5d8421bc6ddb4c32bca (diff)
downloadnode-new-v8.16.0-proposal.tar.gz
2019-04-16, Version 8.16.0 'Carbon' (LTS)v8.16.0v8.16.0-proposal
Notable Changes: * n-api: - add API for asynchronous functions (Gabriel Schulhof) https://github.com/nodejs/node/pull/17887 - mark thread-safe function as stable (Gabriel Schulhof) https://github.com/nodejs/node/pull/25556 PR-URL: https://github.com/nodejs/node/pull/26933
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 4e15e17603..cb322345d5 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -4187,7 +4187,7 @@ prevent the event loop from exiting. The APIs `napi_ref_threadsafe_function` and
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4230,7 +4230,7 @@ parameters and with `undefined` as its `this` value.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4248,7 +4248,7 @@ This API may be called from any thread which makes use of `func`.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4276,7 +4276,7 @@ This API may be called from any thread which makes use of `func`.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4298,7 +4298,7 @@ This API may be called from any thread which will start making use of `func`.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4326,7 +4326,7 @@ This API may be called from any thread which will stop making use of `func`.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status
@@ -4347,7 +4347,7 @@ This API may only be called from the main thread.
> Stability: 2 - Stable
<!-- YAML
-added: REPLACEME
+added: v8.16.0
-->
```C
NAPI_EXTERN napi_status