Skip to content

Same origin <iframe> rendering #6

Open
@rsify

Description

@rsify

Some apps with micro frontends utilize tons of <iframe> elements to render out their UI.

This is yet to be tested, but as far as I know trying to embed any <iframe> into the exported image will result in a transparent box in place of its contents.

Possible solution would be either to clone the frame via contentWindow/contentDocument or we'd need to make users load a helper library inside the frame and communicate with it via iframe.postMessage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions