enhancements
This commit is contained in:
parent
4b6d42612a
commit
ee203d93ba
4 changed files with 45 additions and 27 deletions
|
|
@ -86,7 +86,7 @@ function testCallback() {
|
|||
}
|
||||
|
||||
function splitArrayIntoChunksOfLen(buf, len) {
|
||||
let chunks = [];
|
||||
const chunks = [];
|
||||
let i = 0;
|
||||
let L = len;
|
||||
console.log(buf.byteLength)
|
||||
|
|
|
|||
Loading…
Reference in a new issue