I was wondering if it was somehow possible to change how frequently the callbacks to requestAnimationFrame happen via Node (v14) or Electron (v12) configuration? I know it normally happens at 60Hz (depending on display refresh rate). But is it somehow possible to set it to some arbitrary number?
I don't care about the effects on CPU load it may cause or overall application performance or stability right now.