data class DownloadWillBeginEvent : PageEvent
Fired when page is about to start a download.
<init> |
Fired when page is about to start a download. DownloadWillBeginEvent(frameId: FrameId, guid: String, url: String, suggestedFilename: String) |
frameId |
Id of the frame that caused download to begin. val frameId: FrameId |
guid |
Global unique identifier of the download. val guid: String |
suggestedFilename |
Suggested file name of the resource (the actual name of the file saved on disk may differ). val suggestedFilename: String |
url |
URL of the resource being downloaded. val url: String |