Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! n-api: implement napi_is_detached_arraybuffer
  • Loading branch information
lundibundi committed Nov 28, 2019
commit 8dc4a18a25ad8f6c3dcd2b6dcb37bd588b86afad
2 changes: 2 additions & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,8 @@ defined in [Section 24.1.1.3][] of the ECMAScript Language Specification.
added: REPLACEME
-->

Comment thread
addaleax marked this conversation as resolved.
> Stability: 1 - Experimental

```C
napi_status napi_is_detached_arraybuffer(napi_env env,
napi_value arraybuffer,
Expand Down