Strange, I don't see open method documented here https://www.espruino.com/Reference#Storage and the write method example doesn't show that open call is needed.
EDIT: Oh, but I see it here in source https://github.com/espruino/Espruino/blob/master/src/jswrap_storage.c#L287 so the generated documentation needs refresh?
@fanoush started
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.
Strange, I don't see open method documented here https://www.espruino.com/Reference#Storage and the write method example doesn't show that open call is needed.
EDIT:
Oh, but I see it here in source https://github.com/espruino/Espruino/blob/master/src/jswrap_storage.c#L287 so the generated documentation needs refresh?