struct Protocol::Page::DownloadProgress
- Protocol::Page::DownloadProgress
- Struct
- Value
- Object
Overview
Fired when download makes progress. Last call has |done| == true. Deprecated. Use Browser.downloadProgress instead.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.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.