DownloadWillBeginParameter

@Serializable
data class DownloadWillBeginParameter(val frameId: String, val guid: String, val url: String, val suggestedFilename: String)

Fired when page is about to start a download.

Constructors

Link copied to clipboard
constructor(frameId: String, guid: String, url: String, suggestedFilename: String)

Properties

Link copied to clipboard

Id of the frame that caused the download to begin.

Link copied to clipboard

Global unique identifier of the download.

Link copied to clipboard

Suggested file name of the resource (the actual name of the file saved on disk may differ).

Link copied to clipboard
val url: String

URL of the resource being downloaded.