Posts by Filipe Freitas • 1 point
1 post
-
0
votes0
answers18
viewsQ: javascript window.moveBy() move the window diagonally
I’m starting to play around with Electron and javascript and I’m trying to make a window become wider over time, so I try to loop the window.resizeTo(tamanho da janela + 1,0) but the window widened…