WebDownloadManager
A system for tracking CEF browser downloads and exposing their state to the GUI
Provides progress information and cancellation capability for active downloads.
Categories: [‘App’, ‘System’]
Base class: Subsystem
Properties
activeDownloads : List[DownloadInfo] (Read-Only)
List of currently active downloads
Constructors
__init__(self)
Methods
cancelDownload(self, id: int)
Cancel an active download by its ID