Does stdweb offer a way to go to another url

I'm building a web app using Rust/WebGL/stdweb.

On a certain event, I need to send the user to another URL. This is equiv to clicking on a <a href='...'> ...</a> or setting window.location in JS. I'm looking at stdweb::web::Location - Rust -- is there a way to do this via standard stdweb?

No, there isn't, apart from js! escape hatch.

The issue is tracked at Mutating location · Issue #367 · koute/stdweb · GitHub.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.