Any way to identify browser tab in JavaScript?

后端 未结 9 625
孤独总比滥情好
孤独总比滥情好 2020-11-27 05:17

I need to be able to identify what tab I am in within the browser. Isn\'t there some bit of information I can get from the browser to identify the tab? I don\'t need to kn

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 05:52

    You have to be using html5, but sessionStorage combined with a random guid would seem to be what you want.

提交回复
热议问题