[squeak-dev] [Question][try.squeak.org] Is it possible to get/store values in localStorage of the browser

Bert Freudenberg bert at freudenbergs.de
Sat May 12 17:30:06 UTC 2018


You can save the image, and files are persisted, too.

This uses IndexedDB for storage behind the scenes. And yes that's described
in the paper, but as a user you shouldn't have to worry about the
implementation. That's the VM wizards' job ;)

- Bert -

On Sat 12. May 2018 at 06:41, H. Hirzel <hannes.hirzel at gmail.com> wrote:

> I found the paper which probably has the answer
>
> http://wiki.squeak.org/squeak/5822
>
> On 5/12/18, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> > Hello Bert
> >
> > I wonder if and how it is possible to get/store values of the
> > localStorage of the browser.
> >
> > Or are there other mechanisms to save state between subsequent calls
> > to work with a Squeak image file in the browser?
> >
> > Regards
> >
> > Hannes
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180512/3e26149c/attachment.html>


More information about the Squeak-dev mailing list