In implementing primefaces poll, I want to execute poll only if the browser tab is active/focused
Otherwise it should not poll data from backing bean as if multiple browser tabs are open, all the browser tabs will execute the poll regardless of being focused.