Open
Description
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
.