This repository was archived by the owner on Jun 23, 2018. It is now read-only.

Description
I'm trying to load the jsrepl from a CDN, and I keep getting worker security errors. As stated in the documentation, I tried to load the workers in an iframe to bypass this:
jsrepl.loadLanguage('python', function () {
alert('Python loaded');
}, false);
But this doesn't seem to change anything at all. Is it possible to load jsrepl from a CDN, or is this functionality broken at the moment?
Thanks for a great lib!