Only issue if if you're trying to use it from another device, so end up doing http://mypc.local - then it won't work.
In terms of development, I'd suggest trying to develop mainly with the Web IDE (which'll be much faster), then commit to a GitHub repo and finally test the result on GitHub pages
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.
I think it's just part of a general push by browser makers to get people onto HTTPS.
However it works fine if served from http://localhost
Only issue if if you're trying to use it from another device, so end up doing
http://mypc.local
- then it won't work.In terms of development, I'd suggest trying to develop mainly with the Web IDE (which'll be much faster), then commit to a GitHub repo and finally test the result on GitHub pages