Skip to content

This package identifies if there is a focused tab of your website present in your browser.

Notifications You must be signed in to change notification settings

mohammadmrd74/isThereAnyFocusedTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This package identifies if there is a focused tab of your website present in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published