pub unsafe extern "C" fn webview_eval(
w: webview_t,
js: *const c_char,
) -> webview_error_tExpand 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.