10 comments

[ 4.7 ms ] story [ 38.8 ms ] thread
Any idea what the examples are trying to store offline? And where in the code that is?
Here, let me do the equivilant of LMGTFY: https://github.com/bertfreudenberg/SqueakJS/search?utf8=%E2%...

Looks like it's storing settings, images, and files created by said images.

Reminder that Squeak is a full VM and naturally has file-io abstractions which must be implemented.

Right, brainfart and I couldn't remember the name of that API. Thanks!
Large data (file contents) is stored in IndexedDB, only settings and file meta data in localStorage.
Impressive. Did you realize that after loading doesn't even need internet anymore?