on_message

Function on_message 

Source
pub fn on_message<F>(callback: F)
where F: Fn(JsValue, Object, Function) -> bool + 'static,