Skip to content

Commit

Permalink
doc: remove N-API version for Experimental APIs
Browse files Browse the repository at this point in the history
Experimental APIs should not have an N-API version
specified. Remove cases were one had been added
incorrectly.

PR-URL: #28330
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Gabriel Schulhof <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
mhdawson authored and targos committed Jul 2, 2019
1 parent 3bc62b9 commit e55d0ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ structure, in most cases using a `TypedArray` will suffice.
#### napi_create_date
<!-- YAML
added: v11.11.0
napiVersion: 4
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -2232,7 +2231,6 @@ This API returns various properties of a `DataView`.
#### napi_get_date_value
<!-- YAML
added: v11.11.0
napiVersion: 4
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -2841,7 +2839,6 @@ This API checks if the `Object` passed in is a buffer.
### napi_is_date
<!-- YAML
added: v11.11.0
napiVersion: 4
-->

> Stability: 1 - Experimental
Expand Down Expand Up @@ -3941,7 +3938,6 @@ JavaScript object becomes garbage-collected.

<!-- YAML
added: v8.0.0
napiVersion: 1
-->
```C
napi_status napi_add_finalizer(napi_env env,
Expand Down

0 comments on commit e55d0ef

Please sign in to comment.