Skip to content

covenix / ByteRange

Interface: ByteRange

Defined in: src/range-file-response.ts:6

An inclusive byte range, as requested by an HTTP Range header.

Properties

end

end: number

Defined in: src/range-file-response.ts:10

Last byte index (inclusive).


start

start: number

Defined in: src/range-file-response.ts:8

First byte index (inclusive).