Skip to content

N api dataview

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

n-api

n-api: Add support for DataView …Basic support for Dataview is added by this commit. This is achieved by using three functions, napi_create_dataview(), napi_is_dataview() and napi_get_dataview_info().

Fixes: #13926 (closed)

(edited by @vsemozhetbyt: fix formatting

Merge request reports

Loading