Safari JavaScript setTimeout stops when minimized
问题 This is related to the following: Safari 9.1 for El Capitan Safari 10 for Sierra Does anyone know what is Safari doing in the JavaScript engine with respect to setTimeout() when the browser or the tab loses focus (mainly, is minimized)? I have created a simple JavaScript web application that I load in Safari that calls JavaScript setTimeout() that passes another function to be executed after the timeout value. The function prints the date/time to the console, then calls setTimeout() with the