Skip to main content

call

Function call 

Source
pub fn call(this: &[JsValue], method: &str, args: &[JsValue]) -> Option<JsValue>
Expand description

Evaluate [...].method(args).