1.0.1 • Published 3 years ago

is_there_any_focused_tab v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

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')
1.0.1

3 years ago

1.0.0

3 years ago