purescript-node/purescript-node-buffer

Allow this lib to be used on browser

Closed this issue · 1 comments

I think it possible, since Buffer is Uint8Array which available on browser, since we use browserify for building tools, i think it good idea to depend on Buffer lib.

oh i see, that lib, monkey patching the Buffer global, so for this lib we don't need to change our code base.