Published May 12 2019
Psssst! The 2023 WEB DEVELOPMENT BOOTCAMP is starting on FEBRUARY 01, 2023! SIGNUPS ARE NOW OPEN to this 10-weeks cohort course. Learn the fundamentals, HTML, CSS, JS, Tailwind, React, Next.js and much more! ✨
An ArrayBufferView is a portion of an ArrayBuffer.
It has an offset, and a length.
Once created, it provides 3 read-only properties:
buffer
points to the original ArrayBufferbyteOffset
is the offset on that bufferbyteLength
is the length of its content in bytesTyped Arrays and DataViews are instances of an ArrayBufferView.