What event type does set_onresize use?

set_onmessage Window in web_sys - Rust uses a web_sys::MessageEvent

What event does the following set_onresize use ? Window in web_sys - Rust set_onresize

The MDN documentation (linked from your link) says it's an UIEvent. web-sys type

1 Like

For anyone else running into this issue. Note, it is UiEvent, not UIEvent. That's what threw me off, there is no such UIEvent features in web-sys, but there is for UiEvent.