Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e55d0ef

Browse filesBrowse 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 <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 3bc62b9 commit e55d0ef
Copy full SHA for e55d0ef

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.