Beispiel #1
0
        public static void ByteArray()
        {
            var helloBuffer = Encoding.UTF8.GetBytes("Hello from Uint8Array");

            byteArrayBuffer.CopyFrom(helloBuffer);
            arrayAlert.Call(null, helloBuffer.Length);
        }