devela::_dep::web_sys::js_sys::Reflect

Function get_f64

Source
pub fn get_f64(target: &JsValue, key: f64) -> Result<JsValue, JsValue> 
Available on crate feature dep_web_sys only.
Expand description

The same as get except the key is an f64, which is slightly faster.