cef_v8context_t.get_frame

Returns the frame for this context. This function will return an NULL reference for WebWorker contexts.

struct cef_v8context_t
extern (System)
cef_frame_t* function(cef_v8context_t* self) nothrow get_frame;

Meta