Molybden API
Loading...
Searching...
No Matches
molybden::StartDownloadArgs Struct Reference

The BrowserDelegates::onStartDownload action arguments. More...

#include <browser_delegates.hpp>

Public Attributes

std::shared_ptr< Browserbrowser
 The browser instance initiated this callback.
 
std::shared_ptr< Frameframe
 The frame initiated this download or an empty std::shared_ptr if the frame is already closed and destroyed.
 
std::shared_ptr< Downloaddownload
 The download activity instance.
 

Detailed Description

The BrowserDelegates::onStartDownload action arguments.

Member Data Documentation

◆ frame

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.


The documentation for this struct was generated from the following file: