You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Perfect - thanks!

    Just to say I added Util.writeStorage() and Util.readStorage() yesterday (I found myself doing it for another app and thought I might as well add it globally).

    While require("Storage").read(${JSON.stringify­("myapp.json")}) works perfectly for settings, in my case I had something in Storage that was binary, so the implementation I've used in the app loader transfers as base64 to avoid any corruption

About

Avatar for Gordon @Gordon started