NodeStream.FlushAsync method
Does nothing because Node.js Writable streams do not support flushing.
C#
public override Task FlushAsync(CancellationToken cancellationToken)
See Also
- class NodeStream
- namespace Microsoft.JavaScript.NodeApi.Interop