Molybden API
|
The BrowserDelegates::onStartDownload action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
std::shared_ptr< Browser > | browser |
The browser instance initiated this callback. | |
std::shared_ptr< Frame > | frame |
The frame initiated this download or an empty std::shared_ptr if the frame is already closed and destroyed. | |
std::shared_ptr< Download > | download |
The download activity instance. | |
The BrowserDelegates::onStartDownload action arguments.
std::shared_ptr<Frame> molybden::StartDownloadArgs::frame |
The frame initiated this download or an empty std::shared_ptr
if the frame is already closed and destroyed.
If this download request was initiated by clicking the Download button in the PDF Viewer loaded in the main frame or an IFRAME, then the frame will represent the main frame.