Molybden API
|
The NavigationDelegates::onShowNetErrorPage action. More...
#include <navigation_delegates.hpp>
Public Member Functions | |
ShowNetErrorPageAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | showPage (const std::string &html) |
Tells the browser to display a custom network error page with the given HTML. | |
void | showDefaultPage () |
Tells the browser to show the default network error page. | |
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 NavigationDelegates::onShowNetErrorPage action.