interface URLType {
    range?: ByteRange;
    sourceURL?: string;
}

Properties

Properties

range?: ByteRange
sourceURL?: string