pub fn get_f64(target: &JsValue, key: f64) -> Result<JsValue, JsValue> ⓘ
dep_web_sys
The same as get except the key is an f64, which is slightly faster.
get
f64