From 1b3eac4c7d54170f17df32a01dc345031408183c Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 20 Jun 2019 13:29:15 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/28330 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Gabriel Schulhof Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater --- doc/api/n-api.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 2acfa0486c6ed3..64d1f9aa322457 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1587,7 +1587,6 @@ structure, in most cases using a `TypedArray` will suffice. #### napi_create_date > Stability: 1 - Experimental @@ -2232,7 +2231,6 @@ This API returns various properties of a `DataView`. #### napi_get_date_value > Stability: 1 - Experimental @@ -2841,7 +2839,6 @@ This API checks if the `Object` passed in is a buffer. ### napi_is_date > Stability: 1 - Experimental @@ -3941,7 +3938,6 @@ JavaScript object becomes garbage-collected. ```C napi_status napi_add_finalizer(napi_env env,