interface StreamHandler ((data) => void)
  • A callback function that accepts the incoming stream data

    Parameters

    Returns void