Skip to content

Commit e55d0ef

Browse files
mhdawsontargos
authored andcommitted
doc: remove N-API version for Experimental APIs
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]>
1 parent 3bc62b9 commit e55d0ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/n-api.md

-4
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,6 @@ structure, in most cases using a `TypedArray` will suffice.
15871587
#### napi_create_date
15881588
<!-- YAML
15891589
added: v11.11.0
1590-
napiVersion: 4
15911590
-->
15921591

15931592
> Stability: 1 - Experimental
@@ -2232,7 +2231,6 @@ This API returns various properties of a `DataView`.
22322231
#### napi_get_date_value
22332232
<!-- YAML
22342233
added: v11.11.0
2235-
napiVersion: 4
22362234
-->
22372235

22382236
> Stability: 1 - Experimental
@@ -2841,7 +2839,6 @@ This API checks if the `Object` passed in is a buffer.
28412839
### napi_is_date
28422840
<!-- YAML
28432841
added: v11.11.0
2844-
napiVersion: 4
28452842
-->
28462843

28472844
> Stability: 1 - Experimental
@@ -3941,7 +3938,6 @@ JavaScript object becomes garbage-collected.
39413938

39423939
<!-- YAML
39433940
added: v8.0.0
3944-
napiVersion: 1
39453941
-->
39463942
```C
39473943
napi_status napi_add_finalizer(napi_env env,

0 commit comments

Comments
 (0)