cef_dev_tools_message_observer_t.on_dev_tools_event

Method that will be called on receipt of a DevTools protocol event. |browser| is the originating browser instance. |function| is the "function" value. |params| is the UTF8-encoded JSON "params" dictionary value (which may be NULL). |params| is only valid for the scope of this callback and should be copied if necessary. See the OnDevToolsMessage documentation for additional details on |params| contents.

struct cef_dev_tools_message_observer_t
extern (System)
void function(cef_dev_tools_message_observer_t* self, cef_browser_t* browser, const(cef_string_t)* method, const(void)* params, size_t params_size) nothrow on_dev_tools_event;

Meta