I am trying to learn Elm and trying to figure how to open a url in a new tab instead of the same page.
The following piece of code opens the URL in same page:
Browser.Navigation.load (url)
what do I need to replace this with so this URL opens in a new tab?