Is it OK for Electron app to store source code in sqlite database and than later execute using `new Function`
The application I’m working at the moment requires to store some source code on the client’s machine, so it could be executed later.
The application I’m working at the moment requires to store some source code on the client’s machine, so it could be executed later.