Function js_sys::Reflect::get_u32

source ·
pub fn get_u32(target: &JsValue, key: u32) -> Result<JsValue, JsValue>
Expand description

The same as get except the key is a u32, which is slightly faster.