strange, the comment about not using RAM is only in this description https://www.espruino.com/Reference#l_Storage_read , not in readArrayBuffer, but they should be similar. if not, try read() and convert string via E.toArrayBuffer. I always used read() for some reason.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
strange, the comment about not using RAM is only in this description https://www.espruino.com/Reference#l_Storage_read , not in readArrayBuffer, but they should be similar. if not, try read() and convert string via E.toArrayBuffer. I always used read() for some reason.