is_there_any_focused_tab
v1.0.1
Published
A function to tell if there is any focused tab of your website is peresent.
Downloads
1
Readme
This package identifies if there is a focused tab of your website present in your browser.
The value is a string with true/false in the localstorage.
Installation
isThereAnyFocusedTab();
let isfocused = (localStorage.getItem("isThereAnyFocusedTab") == 'true')