maybe it is so stupid but I cant understand how to use nodeJs documentation.
For example i want to use createReadStream method from fs, nodeJs library.
Where can I get information about what (in this case) options object is ? And what is for example this flags property of that object.
I just know that its standard set looks like :
flags: 'r',
But i dont know where I can find more information about that flags. Please help me, maybe im blind or that doc is shitty.
via Patryk Janik
No comments:
Post a Comment