mbrown1413 / Mechanical-Puzzle-Studio

The Swiss Army knife of mechanical puzzle design.
https://puzzlestudio.io/
Mozilla Public License 2.0
1 stars 0 forks source link

[Storage] Async saving #38

Open mbrown1413 opened 8 months ago

mbrown1413 commented 8 months ago

Large puzzle files take a while to save. This is a big deal since every time we edit the puzzle it's serialized and saved.

We'll need:

Due to #62, saving will probably be done in a web worker eventually. We'll still probably need async methods on storage classes.