Coming from this post Passing 2 stdin arguments to a ImageMagick child_process I am trying to find out if there is and if so how to get the fd of a node buffer.
foo = new Buffer("foo");
How to get the fd of foo?
Coming from this post Passing 2 stdin arguments to a ImageMagick child_process I am trying to find out if there is and if so how to get the fd of a node buffer.
foo = new Buffer("foo");
How to get the fd of foo?