chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / DownloadWillBeginEvent

DownloadWillBeginEvent

data class DownloadWillBeginEvent : PageEvent

Constructors

<init>

DownloadWillBeginEvent(frameId: FrameId, guid: String, url: String, suggestedFilename: String)

Properties

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