cef_extension_t.get_loader_context

Returns the request context that loaded this extension. Will return NULL for internal extensions or if the extension has been unloaded. See the

More...
struct cef_extension_t
extern (System)
cef_request_context_t* function(cef_extension_t* self) nothrow get_loader_context;

Detailed Description

cef request context t

:LoadExtension documentation for more information about loader contexts. Must be called on the browser process UI thread.

Meta