Function workflow_wasm::utils::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