]> zoso.dev Git - buffer.git/commit
Add slice for converting to ArrayBuffer
authorSam Sudar <sudar.sam@gmail.com>
Sat, 1 Jul 2017 05:14:16 +0000 (22:14 -0700)
committerSam Sudar <sudar.sam@gmail.com>
Sat, 1 Jul 2017 05:14:16 +0000 (22:14 -0700)
commit65daaff0369d4fbbedcb181ea04089a8df827ee0
treeef24afc2192d83e139ccfee8cb0eff8eb86da97a
parentcf0c27e9bc645fdcfeefaac9f8da0172475a5277
Add slice for converting to ArrayBuffer

The .buffer property is an ArrayBuffer, but it is not necessarily the
same length as the original buffer. This adds further documentation to
the README to flesh out converting a Buffer to an ArrayBuffer.
README.md