cef_frame_t.execute_java_script

Execute a string of JavaScript code in this frame. The |script_url| parameter is the URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error. The |start_line| parameter is the base line number to use for error reporting.

struct cef_frame_t
extern (System)
void function(cef_frame_t* self, const(cef_string_t)* code, const(cef_string_t)* script_url, int start_line) nothrow execute_java_script;

Meta