| ▲ | afiori 4 days ago | |
I guess they use something like sessionStorage to hold tab specific ids. But something that can bite you with these solutions if that browsers allow you to duplicate tabs, so you also need some inter-tab mechanisms (like the broadcast API or local storage with polling) to resolve duplicate ids | ||