ERR_NAPI_INVALID_DATAVIEW_ARGS


在调用 napi_create_dataview() 时,给定的 offset 超出了 DataView 的范围,或者 offset + length 大于给定 buffer 的长度。

【While calling napi_create_dataview(), a given offset was outside the bounds of the dataview or offset + length was larger than a length of given buffer.】