Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc,n-api: mark napi_detach_arraybuffer as experimental
As its actual release stage.

PR-URL: #30703
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
legendecas authored and BethGriggs committed Feb 6, 2020
1 parent 33064a1 commit 2697c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/n-api.md
Expand Up @@ -3239,6 +3239,8 @@ defined in [Section 7.2.14][] of the ECMAScript Language Specification.
added: REPLACEME
-->

> Stability: 1 - Experimental
```C
napi_status napi_detach_arraybuffer(napi_env env,
napi_value arraybuffer)
Expand Down

0 comments on commit 2697c0d

Please sign in to comment.