webview_eval

Function webview_eval 

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