|
|
|
|
|
by penagwin
2507 days ago
|
|
It's a shared electron context, it addresses one of the many critiques of electron (that each electron app is an entirely separate instance of Chrome), so each "sketch" while having the capabilities of electron only have the performance impact of a browser tab. This is especially useful for "utility applications". |
|