Function sauron::on_readystatechange

source ·
pub fn on_readystatechange<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(Event) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_readystatechange event to the html element