Saving state 'before' crash ?
Open
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
It is very frustrating to work in NMRium and to loose all the work in case of crash.
Could we save the state regularly in order to be able to recover from a crash ?
Should this be an option ?
The problem is that if we want to store in indexedDB we need to stringify the state (and convert the typed array in normal array) and this may be pretty slow for big dataset.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.