Interface ReaderWithFinalResult

interface ReaderWithFinalResult {
    final: boolean;
    nread: number;
}

Properties

Properties

final: boolean

whether this was the last chunk

nread: number

number of bytes read