Wow, that is extremely strange... I guess it comes from this line: window.localStorage.setItem("JSCODE", Espruino.Core.EditorJavaScript.getCode());
In the console, please could you paste in Espruino.Core.EditorJavaScript.getCode().length and see what it says? It seems super unlikely you'd have it anything like the quota just with some JS code.
You could also try just running window.localStorage.clear(); in case somehow some other variable has used up the local storage. Is it possible you'd enabled offline mode? I guess that could have used a bunch of storage.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Wow, that is extremely strange... I guess it comes from this line:
window.localStorage.setItem("JSCODE", Espruino.Core.EditorJavaScript.getCode());
In the console, please could you paste in
Espruino.Core.EditorJavaScript.getCode().length
and see what it says? It seems super unlikely you'd have it anything like the quota just with some JS code.You could also try just running
window.localStorage.clear();
in case somehow some other variable has used up the local storage. Is it possible you'd enabled offline mode? I guess that could have used a bunch of storage.