Is it possible to, via Rust code, construct a stdweb::web::event::ClickEvent - Rust ?
I'm calling stdweb::web::IEventTarget - Rust , on a "file input object", which requires that I somehow synthesize a "click event"
Is it possible to, via Rust code, construct a stdweb::web::event::ClickEvent - Rust ?
I'm calling stdweb::web::IEventTarget - Rust , on a "file input object", which requires that I somehow synthesize a "click event"
The document javascript object has an createEvent
function, but it doesn't seem to be in stdweb::web::Document
.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.