Function js_sys::Reflect::set_with_receiver
source · pub fn set_with_receiver(
target: &JsValue,
property_key: &JsValue,
value: &JsValue,
receiver: &JsValue
) -> Result<bool, JsValue>
Expand description
The static Reflect.set()
method works like setting a
property on an object.