mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 970340 - Large file sizes not displayed correctly. r=khuey
This commit is contained in:
parent
be5fd3d218
commit
e47f55642e
@ -46,10 +46,10 @@ interface DOMDownloadManager : EventTarget {
|
||||
Func="Navigator::HasDownloadsSupport"]
|
||||
interface DOMDownload : EventTarget {
|
||||
// The full size of the resource.
|
||||
readonly attribute long totalBytes;
|
||||
readonly attribute long long totalBytes;
|
||||
|
||||
// The number of bytes that we have currently downloaded.
|
||||
readonly attribute long currentBytes;
|
||||
readonly attribute long long currentBytes;
|
||||
|
||||
// The url of the resource.
|
||||
readonly attribute DOMString url;
|
||||
|
Loading…
x
Reference in New Issue
Block a user