webview_eval

Function webview_eval 

Source
pub unsafe extern "C" fn webview_eval(
    w: *mut c_void,
    js: *const i8,
) -> i32
Expand description

Evaluates arbitrary JavaScript code.

Use bindings if you need to communicate the result of the evaluation.

@param w The webview instance. @param js JS content.