Skip to content

webcontainer simply displays "html" (instead of text-attribute) #10

Description

@coderofsalvation

is this a jasonette-web limitation?
afaik as i know this could be something like:

var doc = document.createElement('iframe')
doc.open();
doc.write(inlinehtmlAsString);
doc.close();
document.body.appendChild(doc)

ps. if webcontainer is already working please provide example-link

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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