pub fn try_get_vec_from_prop(
jsv: &JsValue,
prop: &str
) -> Result<Vec<u8>, JsValue>
Expand description

Obtain a Vec<u8> value from the object property prop (using Uint8Array)