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

Function own_keys

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

The static Reflect.ownKeys() method returns an array of the target object’s own property keys.

MDN documentation