Skip to main content

call

Function call 

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

Evaluate a string method call: "abc".method(args).