Adrian Vollmer 2b870da3cb Process DOM of virtual HTML file before rendering
With this commit, the virtual HTML file is processed before it's fed to
the iframe and thus rendered. With the previous approach, script tags
with inline JavaScript were executed first and script tags with a
virtual `src` were executed last. This messed up the execution flow of
the document.
2024-02-18 21:05:51 +01:00
..
2022-10-18 17:24:47 +02:00
2022-10-18 17:24:47 +02:00
2022-10-18 17:44:52 +02:00