Get the buffer data. Triggers a network request if this buffer resides
in an external .bin file and is accessed for the first time (cached afterwards).
when it's accessed for the first time and preFetchAll has not been used.
To avoid any delays, use preFetchAll to pre-fetch everything.
NOTE: To avoid any unnessary copies, the data is returned as a Uint8Array instead of an ArrayBuffer.
Get the buffer data. Triggers a network request if this buffer resides in an external .bin file and is accessed for the first time (cached afterwards). when it's accessed for the first time and
preFetchAllhas not been used. To avoid any delays, usepreFetchAllto pre-fetch everything. NOTE: To avoid any unnessary copies, the data is returned as aUint8Arrayinstead of anArrayBuffer.