I need to create a kind of Splash Screen for an application on Electron. The organization would look something like this:
Inicialização do App;
Abrir a splashWindow (uma página frameless) por 3 segundos;
Abrir a mainWindow normalmente.
Remembering that mainWindow pulls the link link then I do not have access to the page itself. The splashWindow is local.
Is there any kind of second counter on Electron?