Closed wuhkuh closed 7 years ago
While this works:
array.push('') // HACK, to fix final run through forEach array.forEach(function (element, index) { if (element instanceof Buffer || index === array.length - 1) {
It needs to be patched, unless performance tells us not to do so.
Closed in #8
While this works:
It needs to be patched, unless performance tells us not to do so.