enhancements

This commit is contained in:
Andrew Gundersen 2021-04-13 08:44:06 -05:00
commit ee203d93ba
4 changed files with 45 additions and 27 deletions

View file

@ -86,7 +86,7 @@ function testCallback() {
}
function splitArrayIntoChunksOfLen(buf, len) {
let chunks = [];
const chunks = [];
let i = 0;
let L = len;
console.log(buf.byteLength)