You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for the application to be compatible with a web version and a desktop version, we need to create an abstraction layer which will handle the required file operations independent from their platform.
This way we can create bindings for operating on the file system when the application is an Electron app, or interface with the API on the web version.
The text was updated successfully, but these errors were encountered:
In order for the application to be compatible with a web version and a desktop version, we need to create an abstraction layer which will handle the required file operations independent from their platform.
This way we can create bindings for operating on the file system when the application is an Electron app, or interface with the API on the web version.
The text was updated successfully, but these errors were encountered: