pub fn try_get_js_value(
    this_jsv: &JsValue,
    prop: &str
) -> Result<JsValue, JsValue>
Expand description

Obtain a JsValue value from the object property prop