Skip to content

Support streaming HTML #11

Description

@justinfagnani

It would be useful to support streaming parsing and rendering of HTML. We can do this with a technique shown here: https://github.com/jakearchibald/streaming-include where we stream the content into a separate HTML document using document.write(), then watch for nodes added to that document and clone them into the element's content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions