[][src]Function sauron_core::dom::events::on_readystatechange

pub fn on_readystatechange<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(Event) -> MSG + 'static,
    MSG: 'static, 

attach an on_readystatechange event to the html element