Electron methods that are only possible to use with offscreen rendering
This picture was taken from the Electron documentation. My question is why is it only possible to use theses methods in offscreen mode?
Electron methods that are only possible to use with offscreen rendering
This picture was taken from the Electron documentation. My question is why is it only possible to use theses methods in offscreen mode?
Because as it says in an answer to this issue requesting the ability to use that API for on-screen windows:
The frame rate of on-screen windows matches the screen refresh rate.