dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

use node buffers in the browser #40

Closed nathanbowser closed 10 years ago

nathanbowser commented 10 years ago

Fixes https://github.com/dominictarr/JSONStream/issues/31

juliangruber commented 10 years ago

lgtm

dominictarr commented 10 years ago

this is already fixed, thanks though.