CefDownloadItem
interface CefDownloadItem
Class used to represent a download item.
Functions
Link copied to clipboard
Returns the content disposition.
Link copied to clipboard
Returns a simple speed estimate in bytes/s.
Link copied to clipboard
Returns the time that the download ended.
Link copied to clipboard
Returns the full path to the downloaded or downloading file.
Link copied to clipboard
Returns the mime type.
Link copied to clipboard
Returns the rough percent complete or -1 if the receive total size is unknown.
Link copied to clipboard
Returns the number of received bytes.
Link copied to clipboard
Returns the time that the download started.
Link copied to clipboard
Returns the suggested file name.
Link copied to clipboard
Returns the total number of bytes.
Link copied to clipboard
Returns true if the download has been canceled or interrupted.
Link copied to clipboard
Returns true if the download is complete.
Link copied to clipboard
Returns true if the download is in progress.