Function workflow_wasm::utils::try_get_vec_u8_from_prop
source · pub fn try_get_vec_u8_from_prop(
jsv: &JsValue,
prop: &str
) -> Result<Vec<u8>, JsValue>Expand description
Obtain a Vec<u8> value from the object property prop (using Uint8Array)