Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 688 Bytes

FetchProgress.md

File metadata and controls

16 lines (10 loc) · 688 Bytes

@happy-ts/fetch-tDocs


@happy-ts/fetch-t / FetchProgress

Interface: FetchProgress

Represents the progress of a fetch operation.

Properties

Property Type Description Defined in
completedByteLength number The number of bytes received so far. defines.ts:52
totalByteLength number The total number of bytes to be received. defines.ts:47