Load dynamically added <script> tags

Add a callback to libdom which triggers whenever a script tag is added. Page
registers the callback AFTER the HTML is parsed, but before any JS is processed
and loads the script tags.
This commit is contained in:
Karl Seguin
2025-05-27 23:15:32 +08:00
parent 0ccd9e0579
commit eed4fc7844
3 changed files with 51 additions and 26 deletions