visibilityjs icon indicating copy to clipboard operation
visibilityjs copied to clipboard

Wrapper for the Page Visibility API

Results 3 visibilityjs issues
Sort by recently updated
recently updated
newest added

So in my app, I have games and when I click `play` , what I do is call `fullscreen` code which starts the game in `fullscreen` mode. Somewhere in my...

ERROR in /node_modules/visibilityjs/index.d.ts: The expression of an export assignment must be an identifier or qualified name in an ambient context. I use this module in an Angular project and my...

Whatever I do (switching to other tabs, windows, programs or minimize the current window) it keeps counting up the seconds the page is visible for, It never detects that i'm...