Skip to content

NodeStream.Flush method

Does nothing because Node.js Writable streams do not support flushing.

C#
public override void Flush()

See Also

Released under the MIT license