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

Function apply

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

The static Reflect.apply() method calls a target function with arguments as specified.

MDN documentation