Package-level declarations

This package provides the classes that allow you to work with browser callback.

This package provides the classes that allow you to work with browser callback.

Types

Link copied to clipboard
This callback is invoked when JavaScript alert dialog should be displayed.
Link copied to clipboard
This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.
Link copied to clipboard
This callback is invoked when the web page is about to be unloaded.
Link copied to clipboard
A common interface for all asynchronous browser callbacks.
Link copied to clipboard
An interface that all browser callbacks must extend.
Link copied to clipboard
A common interface that all synchronous browser callbacks must extend.
Link copied to clipboard
The callback is invoked when an SSL certificate error occurs during loading a web page.
Link copied to clipboard
This callback is invoked when JavaScript confirmation dialog should be displayed.
Link copied to clipboard
This callback is invoked when browser decides whether a new popup instance can be created or not.
Link copied to clipboard
This callback is invoked when the document element has been created and a custom style sheet can be injected into the document.
Link copied to clipboard
This callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.
Link copied to clipboard
This callback is invoked when an extension wants to open an extension action popup.
Link copied to clipboard
This callback is invoked when the currently loaded web page wants to open a link in the associated external application.
Link copied to clipboard
This callback is invoked when the browser requests to display a file chooser dialog to open a file.
Link copied to clipboard
This callback is invoked when the browser requests to display a file chooser dialog to open several files.
Link copied to clipboard
This callback is invoked when the browser requests to display a file chooser dialog to open a folder.
Link copied to clipboard
This callback is invoked when a new popup browser instance should be opened.
Link copied to clipboard
This callback is invoked when the printing is about to start.
Link copied to clipboard
This callback allows you to configure the print settings when printing HTML content.
Link copied to clipboard
This callback allows you to configure the print settings when printing PDF content.
Link copied to clipboard
This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.
Link copied to clipboard
The callback is invoked when the frame requests the password for an encrypted PDF document.
Link copied to clipboard
This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.
Link copied to clipboard
A callback that is invoked when the user is prompted to save a credit card to the credit card store.
Link copied to clipboard
This callback is invoked when the browser requests to display a file chooser dialog to save a file.
Link copied to clipboard
A callback that is invoked when the user is prompted to save the credentials in the password store.
Link copied to clipboard
A callback that is invoked when the user is prompted to save the user data profile to the user data store.
Link copied to clipboard
This callback is invoked when the web server requires authorization via SSL client certificate.
Link copied to clipboard
This callback is invoked when the user clicks an <input type='color'> HTML5 element.
Link copied to clipboard
This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.
Link copied to clipboard
This callback is invoked when a web page requests permission to start a capture session.
Link copied to clipboard
The callback that is invoked when the browser is about to start downloading a file.
Link copied to clipboard
A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.
Link copied to clipboard
A callback that is invoked when the user is prompted to update the password in the password store.
Link copied to clipboard
A callback that is invoked when the user is prompted to update the user data profile in the user data store.