It's actually a bug in the Web IDE (causing it to reload a module that was already loaded) that I fixed yesterday - so the Web IDE from GitHub shouldn't have the issue.
The device itself won't get from HTTP at the moment - it just pulls it out of its cache (that got loaded from the Web IDE) when it encounters the require.
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.
It's actually a bug in the Web IDE (causing it to reload a module that was already loaded) that I fixed yesterday - so the Web IDE from GitHub shouldn't have the issue.
The device itself won't get from HTTP at the moment - it just pulls it out of its cache (that got loaded from the Web IDE) when it encounters the
require
.