• read the source until it ends, and return the buffer

    Parameters

    • readable: IReadable

      fuman readable stream

    • chunkSize: number = ...

      size of the chunks to read

    Returns Promise<Uint8Array>