Web IDE, Chrome, emulator and the file storage/cache #5686
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2023-01-24 by @gfwilliams I'm not quite sure I understand - but the Emulator stores the contents of 'storage' in the web browser's 'local storage'... So I guess if you used a different web browser (or an emulator hosted from github vs espruino.com you would have different storage contents) Also, you might have just been uploading to 'RAM' when you tested? In which case it won't overwrite the old one... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-01-24 by dapgo
I noticed that some times an app (a clock/watch) executed by the emulator is not the same that I uploaded to storage and tested on a previous time but an older one.
Curiously when i upload a new file to storage during all the session it really seems properly overwritten. For example I can leave the app and execute again from launcher or storage and always it is executing the updated code.
Have you experience it? Ideas besides clearing the cache/storage?
Beta Was this translation helpful? Give feedback.
All reactions