Specifies the number of bytes downloaded since the beginning of the operation.
Property of dom/ProgressEventdom/ProgressEvent
SyntaxNote: This property is read-only.
var result = ProgressEvent.loaded;
Return Value
Returns an object of type unsigned longunsigned long
Number of bytes downloaded since the beginning of the operation.
Usage Used to calculate the percentage completed of an operation.
Notes Remarks
This property refers to the content associated with the operation; it does not account for headers or other overhead associated with the operation. If the operation specifies content encoding or transfer encoding, the value of this property reflects the specified encoding.
Syntaxvalue = ProgressEvent.loaded
AttributionsMozilla Developer Network : [ProgressEvent.loaded Article]
Microsoft Developer Network: [loaded Property Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4