Storage in Emulator #1302
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2019-12-13 by @gfwilliams It's not implemented yet. Unfortunately actually making it use the filesystem is tricky because of the limits the web browser puts in place for safety, but it could definitely store the current state - and the plan is to have a file manager in the IDE anyway |
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
-
Posted at 2019-12-12 by Abhigkar
Is it possible to use "Storage" in Emulator?
Example:
require("Storage").read("c"+i+j);
If not, so is that something that can be done like host WebIDE as Chrome app and use data-dir to emulate storage??
#JustAThought !!!!
Beta Was this translation helpful? Give feedback.
All reactions