Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4602,6 +4602,7 @@ prevent the event loop from exiting. The APIs `napi_ref_threadsafe_function` and

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand Down Expand Up @@ -4645,6 +4646,7 @@ parameters and with `undefined` as its `this` value.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand All @@ -4663,6 +4665,7 @@ This API may be called from any thread which makes use of `func`.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand Down Expand Up @@ -4691,6 +4694,7 @@ This API may be called from any thread which makes use of `func`.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand All @@ -4713,6 +4717,7 @@ This API may be called from any thread which will start making use of `func`.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand Down Expand Up @@ -4741,6 +4746,7 @@ This API may be called from any thread which will stop making use of `func`.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand All @@ -4762,6 +4768,7 @@ This API may only be called from the main thread.

<!-- YAML
added: v10.6.0
napiVersion: 4
-->
```C
NAPI_EXTERN napi_status
Expand Down