Interface CogByteRangeRequestExperimental

A single bounded byte range requested from the asset.

interface CogByteRangeRequest {
    length: number;
    offset: number;
}

Properties

Properties

length: number
offset: number