@happy-ts/fetch-t • Docs
@happy-ts/fetch-t / FetchProgress
Represents the progress of a fetch operation.
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 |