Function setWriteHandler

  • Add a write handler to the file handle fd. func is called each time data can be written to fd. A single write handler per file handle is supported. Use func = null to remove the handler.

    Parameters

    Returns void

Generated using TypeDoc