Open
Description
Is there currently a way to performance-isolate a srcdoc
iframe? The header-specified isolation approach (i.e. Origin-Agent-Cluster
) doesn't seem to support this use case.
I'd like to essentially use a srcdoc
iframe as a "rendered" webworker. So it has the performance isolation aspect of webworkers, and the ability to dynamically launch arbitrary code, and (importantly) it also has the ability render fully-interactive HTML.
If the parent frame freezes for whatever reason, the child srcdoc
frame will remain interactive, and vice versa - as is the case with Origin-Agent-Cluster
-isolated frames.