|
Molybden
|
The BrowserDelegates::onBeforeFormRepost action arguments. More...
#include <browser_delegates.hpp>
Public Member Functions | |
| BeforeFormRepostAction (std::unique_ptr< rpc::internal::Callback > callback) | |
| void | repost () |
| Resubmit the POST data. | |
| void | cancel () |
| Cancel the web page reload. | |
| void | prompt () |
| Show the dialog. | |
Public Member Functions inherited from molybden::Action | |
| Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
| std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onBeforeFormRepost action arguments.