utilium
    Preparing search index...

    Interface Region

    interface Region {
        data: Uint8Array;
        offset: number;
        ranges: Range[];
    }
    Index

    Properties

    Properties

    data: Uint8Array

    Data for this region

    offset: number

    The region's offset from the start of the resource

    ranges: Range[]

    Ranges cached in this region. These are absolute!