> Assigning a value to 'window.location.href' doesn't immediately redirect you, like I thought it would.
That's not a "Typescript" or language issue, that's a DOM/browser API weirdness
replies(3):
That's not a "Typescript" or language issue, that's a DOM/browser API weirdness
Also, Typescript is adding types on top of the JavaScript language, not the DOM API.