summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
diff options
context:
space:
mode:
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