Cancel Download Request
data class CancelDownloadRequest(guid: String, browserContextId: BrowserContextID?)
Content copied to clipboard
Represents request frame that can be used with Browser#cancelDownload operation call.
Cancel a download if in progress
See also
Constructors
CancelDownloadRequest
Link copied to clipboard
fun CancelDownloadRequest(guid: String, browserContextId: BrowserContextID? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard