Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script type=module>
(async () => {
let module = await import("./module-dynamic-import.mjs");
})();
</script>
Initial body contents
<!doctype html>
<script type=module>
(async () => {
let module = await import("./module-dynamic-import.mjs");
})();
</script>
Initial body contents