[][src]Function sauron::html::events::onreadystatechange

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