From e55d0efe364f12286dbb45b3a71e94572c4765f4 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 794c929a855f4b..e7db0a4c3b01b2 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,