apply_with_args1

Function apply_with_args1 

Source
pub fn apply_with_args1(
    this_jsv: &JsValue,
    fn_name: &str,
    arg_jsv: JsValue,
) -> Result<JsValue, JsValue>
Expand description

Call a JavaScript function with a single argument