pub unsafe extern "C" fn webview_eval(
w: *mut c_void,
js: *const i8,
) -> i32Expand 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.