v99 Chromium on Linux and v98 don't work - they fail with a DOMException: Failed to execute 'showOpenFilePicker' on 'Window': Must be handling a user gesture to show a... error (if you turn on 'pause on caught exceptions' in the .
I'm a bit stumped to be honest - it feels like a web browser bug, because it's pretty obvious from the call stack when you step through it that the function is being called in response to a user gesture.
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.
Just fixed the open file issue on Firefox - not live on /ide yet but https://espruino.github.io/EspruinoWebIDE/ will work.
As far as Chrome goes:
DOMException: Failed to execute 'showOpenFilePicker' on 'Window': Must be handling a user gesture to show a...
error (if you turn on 'pause on caught exceptions' in the .I'm a bit stumped to be honest - it feels like a web browser bug, because it's pretty obvious from the call stack when you step through it that the function is being called in response to a user gesture.