pub fn delete_property(target: &Object, key: &JsValue) -> Result<bool, JsValue> ⓘ
Available on crate feature
dep_web_sys
only.Expand description
The static Reflect.deleteProperty()
method allows to delete
properties. It is like the delete
operator as a function.