summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2019-08-30 23:54:36 -0700
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-09-05 09:16:54 -0700
commit4e5bb250d8c256dd32af3b2a7fd99197a56c21d6 (patch)
treed8d7b4a549ef1dab94120d3eda7ce5d4d758886f /doc
parentaf161f0efb1eb6690c64144cff2988d25186a46f (diff)
downloadandroid-node-v8-4e5bb250d8c256dd32af3b2a7fd99197a56c21d6.tar.gz
android-node-v8-4e5bb250d8c256dd32af3b2a7fd99197a56c21d6.tar.bz2
android-node-v8-4e5bb250d8c256dd32af3b2a7fd99197a56c21d6.zip
n-api: mark version 5 N-APIs as stable
PR-URL: https://github.com/nodejs/node/pull/29401 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md8
-rw-r--r--doc/api/process.md2
2 files changed, 1 insertions, 9 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 8c02d418bf..c0cdd9d23d 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1758,8 +1758,6 @@ structure, in most cases using a `TypedArray` will suffice.
added: v11.11.0
-->
-> Stability: 1 - Experimental
-
```C
napi_status napi_create_date(napi_env env,
double time,
@@ -2420,8 +2418,6 @@ This API returns various properties of a `DataView`.
added: v11.11.0
-->
-> Stability: 1 - Experimental
-
```C
napi_status napi_get_date_value(napi_env env,
napi_value value,
@@ -3048,8 +3044,6 @@ This API checks if the `Object` passed in is a buffer.
added: v11.11.0
-->
-> Stability: 1 - Experimental
-
```C
napi_status napi_is_date(napi_env env, napi_value value, bool* result)
```
@@ -4186,8 +4180,6 @@ JavaScript object becomes garbage-collected.
### napi_add_finalizer
-> Stability: 1 - Experimental
-
<!-- YAML
added: v8.0.0
-->
diff --git a/doc/api/process.md b/doc/api/process.md
index bac396dfe8..7922c36c28 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -679,7 +679,7 @@ An example of the possible output looks like:
variables:
{
host_arch: 'x64',
- napi_build_version: 4,
+ napi_build_version: 5,
node_install_npm: 'true',
node_prefix: '',
node_shared_cares: 'false',