Function js_sys::Reflect::delete_property [−][src]
pub fn delete_property(target: &Object, key: &JsValue) -> Result<bool, JsValue>
The static Reflect.deleteProperty() method allows to delete
properties. It is like the delete operator as a function.