Files
webtorrent-desktop/renderer
Feross Aboukhadijeh c99af4718e Perf: Inline electron.* usage
Apparently, electron.* is actually a getter, so whenever a component of
electron is referenced for the first time, it's require()'d. So, there
are theoretical performance benefits to not declaring all electron.*
upfront.

Instead of:

var autoUpdater = electron.autoUpdater

Just use electron.autoUpdater directly when needed.
2016-05-12 16:58:18 -07:00
..
2016-05-10 22:31:24 -07:00
2016-05-11 21:29:46 +02:00
2016-05-12 16:58:18 -07:00
2016-05-11 18:36:20 +02:00