LoadingItem
interface LoadingItem
Current context of the loading item
| PROPERTY | TYPE | DESCRIPTION | 
|---|---|---|
| src | string | Source URL of the loading item | 
| loaded | number | Loaded byte | 
| total | number | Content length of the item | 
| lengthComputable | boolean | Whether the item has the Content-Length header | 
| initialized | boolean | Whether the item is loaded least one byte |