event_suggestion

Function event_suggestion 

Source
pub fn event_suggestion(written: &str) -> Option<&'static str>
Expand description

What an event name that does not exist most likely meant, or nothing.

Nothing is the common answer and it is the right one: mouseenter, focus and blur are events the client does not have, not misspellings of events it does, and a suggestion there would send a reader to rewrite a handler that was never going to work.