Articles by Martin Splitt
-
TypedArray or DataView: Understanding byte order
Depending on how you access an ArrayBuffer you get different byte order on the same machine. So long story short: it makes a difference if you use a TypedArray or the setters from a DataView.