cef_request_handler_t.on_document_available_in_main_frame

Called on the browser process UI thread when the window.document object of the main frame has been created.

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

Meta