CefMessageRouterConfig

Used to configure the query router. If using multiple router pairs make sure to choose values that do not conflict.

Constructors

Link copied to clipboard
constructor()
constructor(queryFunction: String, cancelFunction: String)

Properties

Link copied to clipboard
Name of the JavaScript function that will be added to the 'window' object for canceling a pending query.
Link copied to clipboard
Name of the JavaScript function that will be added to the 'window' object for sending a query.