Skip to content

Commit 75d9a4e

Browse files
umuoy1aduh95
authored andcommitted
node-api: support SharedArrayBuffer in napi_create_typedarray
Signed-off-by: umuoy1 <burningdian@gmail.com> PR-URL: #62710 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
1 parent 9b03b84 commit 75d9a4e

5 files changed

Lines changed: 278 additions & 67 deletions

File tree

doc/api/n-api.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,6 +2779,10 @@ Language Specification.
27792779
<!-- YAML
27802780
added: v8.0.0
27812781
napiVersion: 1
2782+
changes:
2783+
- version: REPLACEME
2784+
pr-url: https://github.com/nodejs/node/pull/62710