pl.wendigo.chrome.domain.page / DownloadWillBeginEvent

DownloadWillBeginEvent

data class DownloadWillBeginEvent : ProtocolEvent (source)

Represents event frames for Page.downloadWillBegin

Fired when page is about to start a download.

Constructors

<init>

DownloadWillBeginEvent(frameId: FrameId, url: String)

Represents event frames for Page.downloadWillBegin

Properties

frameId

val frameId: FrameId

Id of the frame that caused download to begin.

url

val url: String

URL of the resource being downloaded.

Inherited Functions

protocolDomain

fun protocolDomain(): String