I am about to use Storage.setItem() in one of my Angular project but wanted to check how does browser handle the scenario when two separate web apps try to set the storage with the same key.
- Does the previous value get overridden?
- Or does the browser have a way to seperate out storage for each individual web-application