I want to send user to a certain link, there are 2 ways to getting there:
/redirectwindow.location.href/redirectres.redirect(url)Which is the best way? Is there any significant differences between these?
The current use case I'm looking into has documentation which showed the 2. express example. However I saw some use cases where the 1. browser approach is used