renderEvenInBackground doesn't work?

Hello!! how make the game render in background, when minimize the browser or change the tab, the scene stop i need use offscreen canavs an webworkers??

It’s a browser behavior to stop what’s happening in a tab when it is inactive, we can’t do much here. Even web workers are stopped. SharedWorkers still continue to run (according to my findings) but we are not using them in Babylon.js.