That is because raw.githubusercontent.com does send a proper CORS header, access-control-allow-origin: * to be precise. See MDN.
access-control-allow-origin: *
@Poolitzer 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.
That is because raw.githubusercontent.com does send a proper CORS header,
access-control-allow-origin: *
to be precise. See MDN.