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
preFetchAll
has not been used. To avoid any delays, usepreFetchAll
to pre-fetch everything. NOTE: To avoid any unnessary copies, the data is returned as aUint8Array
instead of anArrayBuffer
.