JSValue.CreateExternalArrayBuffer<T> method
C#
public static JSValue CreateExternalArrayBuffer<T>(Memory<T> memory, object? external = null)
where T : struct
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi