Skip to content

JSValue.CreateArrayBuffer method (1 of 2)

C#
public static JSValue CreateArrayBuffer(int byteLength)

See Also


JSValue.CreateArrayBuffer method (2 of 2)

C#
public static JSValue CreateArrayBuffer(ReadOnlySpan<byte> data)

See Also

Released under the MIT license