malloc icon indicating copy to clipboard operation
malloc copied to clipboard

Fails in browser

Open darkoverlordofdata opened this issue 8 years ago • 0 comments

I get reference error Buffer is not defined at line 51:

if (buffer instanceof Buffer) {

If I comment it out lines 51-55, and check only ArrayBuffer, it works.

darkoverlordofdata avatar Jul 26 '16 03:07 darkoverlordofdata