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

Workers in iframe not working #82

@runemadsen

Description

@runemadsen

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions