Did I dream I once used a browser event that was triggered by browser tab/window activation? I can't find any such event now. (Or, was that an OS-level event?)
Asked
Active
Viewed 81 times
0
-
3Possibly, you're thinking about onfocus / onblur [https://stackoverflow.com/questions/7389328/detect-if-browser-tab-has-focus](https://stackoverflow.com/questions/7389328/detect-if-browser-tab-has-focus) – Phil Oct 20 '20 at 11:48
-
@Phil Ah, yes. Thanks. That should work. – Leo Oct 20 '20 at 13:12