cef_request_handler_t.on_render_process_responsive

Called on the browser process UI thread when the render process becomes responsive after previously being unresponsive. See documentation on OnRenderProcessUnresponsive.

struct cef_request_handler_t
extern (System)
void function(cef_request_handler_t* self, cef_browser_t* browser) nothrow on_render_process_responsive;

Meta