Open GoogleCodeExporter opened 9 years ago
I could add methods such as wordArray.toDataView() or
wordArray.toArrayBuffer(). Is that what you're looking for? Unfortunately this
library cannot internally rely on typed arrays because they're not
cross-browser compatible.
Original comment by Jeff.Mott.OR
on 18 Jan 2013 at 12:58
That is exactly what I'm looking for.
I understand that you don't want to handle the data internally as typed array
due to the cross-browser compatibility but it would be nice to have at least an
interface where you can fetch the data as ArrayBuffer object instead of a
string.
Original comment by fc.kl...@googlemail.com
on 18 Jan 2013 at 12:57
I'd also find something like wordArray.toArrayBuffer() *super* useful.
Original comment by sara.bai...@gmail.com
on 28 Jan 2013 at 11:41
Original issue reported on code.google.com by
fc.kl...@googlemail.com
on 17 Jan 2013 at 11:26