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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions