pl.wendigo.chrome.api.page / DownloadWillBeginEvent

DownloadWillBeginEvent

data class DownloadWillBeginEvent : Event (source)

Fired when page is about to start a download.

Link
Page#downloadWillBegin event documentation.

Constructors

<init>

DownloadWillBeginEvent(frameId: FrameId, url: String)

Fired when page is about to start a download.

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