1 2 3 4 5 6 7
<!doctype html> <script type=module> (async () => { let module = await import("./module-dynamic-import.mjs"); })(); </script> Initial body contents