getting a vector of float32 using $fetch and arraybuffer brings wrong results
I’m simply trying to fetch binary data created by writing float32Array data to a binary file. When fetched using fetch (in vue.js/nuxt3) the values are completely different from the original float32Array created on the server side.