Browser
If a http call does not return anything until a certain time , you will see time out. So if request processing is going to take long time before you even generate a single bit of response, then you better return some dummy character or something in the meantime to stop browser from timing out.
location.replace does take you to new URL but this new URL does not remain in history while location.href does go in history.
location.replace does take you to new URL but this new URL does not remain in history while location.href does go in history.
Comments
Post a Comment