From 5dab101b038d4699a254e0493a1d906b7c963635 Mon Sep 17 00:00:00 2001 From: legendecas Date: Fri, 29 Nov 2019 00:20:00 +0800 Subject: [PATCH] doc,n-api: mark napi_detach_arraybuffer as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As its actual release stage. PR-URL: https://github.com/nodejs/node/pull/30703 Backport-PR-URL: https://github.com/nodejs/node/pull/33061 Reviewed-By: Denys Otrishko Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Tobias Nießen --- doc/api/n-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 8f0ef2de53847f..c4e5f3d71325e5 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -2953,6 +2953,8 @@ of the ECMAScript Language Specification. added: REPLACEME --> +> Stability: 1 - Experimental + ```C napi_status napi_detach_arraybuffer(napi_env env, napi_value arraybuffer)