For instance a Uint16Array indicates that we want to read every 2 bytes of the ArrayBuffer as unsigned shorts (0 to 65535). We can create multiple "views" (typed arrays) from the same buffer, to extract multiple data types (which is really cool).
0 likes 1 replies
?