Posts by Bruno de Oliveira • 101 points
1 post
-
0
votes2
answers301
viewsA: How do I perform functions when the window is out of focus?
Add and remove the Systener for the event according to the Blur and Focus from the field. function removeListener(nome) { socket.removeListener(nome); } function receberNotificacoes () {…