cosovo
    Preparing search index...

    Interface ByteChunk

    Represents a chunk of bytes fetched from a remote file.

    interface ByteChunk {
        bytes: Uint8Array;
        fileSize: number;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array

    The bytes fetched from the remote file.

    fileSize: number

    The total file size of the remote file.