Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 253 Bytes

DESIGN.md

File metadata and controls

executable file
·
9 lines (5 loc) · 253 Bytes

Choices:

Avoid using remote.require() for some packages as calling their functions would introduces a 100ms delay due synchronous IPC messages. When reactive UI was needed we instead opted to use ipcRenderer.send() as it is asynchronous.