LibWeb: Support "importmap" scripts

This commit is contained in:
Jamie Mansfield 2024-04-13 21:22:05 +01:00 committed by Andreas Kling
parent ccb363c443
commit e487f70bbf
Notes: sideshowbarker 2024-07-18 04:46:35 +09:00
13 changed files with 402 additions and 9 deletions

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<script src="../include.js"></script>
<script>
test(() => {
println(HTMLScriptElement.supports("importmap"));
});
</script>