JSValue.CreateTypedArray method
C#
public static JSValue CreateTypedArray(JSTypedArrayType type, int length, JSValue arrayBuffer,
int byteOffset)
See Also
- enum JSTypedArrayType
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi