Application
Application
classThis class manages some application logic.
Handles all the necessary initializations and loads before the application can properly boot-up (i.e. register all its event handlers).
Parameters
on_ready
Function The function to call once
the application is ready.Returns Promise
Makes sure that we have the necessary files created when we run the application (e.g. for the first time or if the user accidentally deleted the “cache” folder).
Returns null