struct Protocol::Page::DownloadWillBegin
- Protocol::Page::DownloadWillBegin
- Struct
- Value
- Object
Overview
Fired when page is about to start a download. Deprecated. Use Browser.downloadWillBegin instead.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#frame_id : FrameId
Id of the frame that caused download to begin.
-
#guid : String
Global unique identifier of the download.
-
#suggested_filename : String
Suggested file name of the resource (the actual name of the file saved on disk may differ).
-
#url : String
URL of the resource being downloaded.
Constructor Detail
Instance Method Detail
def suggested_filename : String
#
Suggested file name of the resource (the actual name of the file saved on disk may differ).