Function wgpu::web_sys::js_sys::Reflect::own_keys

source ·
pub fn own_keys(target: &JsValue) -> Result<Array, JsValue>
Available on webgl or webgpu only.
Expand description

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

MDN documentation