window.open(router.path, '_blank')
How can I prevent it from carrying over sessionStorage?
Are there differences between different browsers?
Why is there still a connection between the sessionStorage of the newly opened window and the old one?
New contributor
Vayne Zhao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.