bit / subprocess

subprocess.jsm - start a process in your Firefox Extension and read/write data to/from it using stdin/stdout/stderr streams.
26 stars 9 forks source link

Disabling line buffering #3

Open forestbelton opened 11 years ago

forestbelton commented 11 years ago

Would it be possible to extend this so that line buffering is turned off? I've looked into it but I'm a little unsure.