fs.createWriteStream docs does not define flags

  • Version:
  • Platform:
  • Subsystem:

The online node docs do not mention that you can set the 'a' flag to append when calling createWriteStream() and neither do any of the links of this method.

If there is a link to all the supported flags it would be useful since these are not obvious. If they are directly copied to some Operating System specific C method that is documented, a link would be useful.

Is this issue tracker the correct place to report documentation issues?