Skip to content

Window load event listener not running from rust. #4375

Answered by daxpedda
vjackson725 asked this question in Q&A
Discussion options

You must be logged in to vote

That's because the Window has already loaded at the point where Wasm is executed.
You can check interactively if the Window is loaded via Document.readyState.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vjackson725
Comment options

Answer selected by vjackson725
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants