...Float32Array in object's property · Issue #76 · msgpack/...
Problem Problem happen when use Float32Array in object's property. indicate minimum jest test below import { encode, decode } from "@msgpack/msgpack"; test("issue", () => { const f32 = new Float32Array([1.1, 1.2, 1.3]); const uint8 = new...