Uint8Array vs DataView: Choosing the Right Buffer View in JavaScript
In the previous article, we got familiar with JavaScript buffers. The lowest possible implementation of a buffer in JavaScript is the ArrayBuffer class. This class is read-only, meaning we don't have any API to write data inside the buffer.
To change...
pavel-romanov.com8 min read
Manh Do
Programming
This blog is a true gem. I see many advanced topics about JS here. Thank you!