cef_frame_t.load_request

Load the request represented by the |request| object.

WARNING: This function will fail with "bad IPC message" reason INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the request origin using some other mechanism (LoadURL, link click, etc).

struct cef_frame_t
extern (System)
void function(cef_frame_t* self, cef_request_t* request) nothrow load_request;

Meta