JSValue.CreateArrayBuffer method (1 of 2)
C#
public static JSValue CreateArrayBuffer(int byteLength)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateArrayBuffer method (2 of 2)
C#
public static JSValue CreateArrayBuffer(ReadOnlySpan<byte> data)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi