struct Protocol::Browser::DownloadProgress
- Protocol::Browser::DownloadProgress
- Struct
- Value
- Object
Overview
Fired when download makes progress. Last call has |done| == true.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/browser.crConstructors
Instance Method Summary
-
#guid : String
Global unique identifier of the download.
-
#received_bytes : Number::Primitive
Total bytes received.
-
#state : String
Download status.
-
#total_bytes : Number::Primitive
Total expected bytes to download.