blob: 3222e0dc5ed96bf468915a5288216a87c2e8dde7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test module script bytecode</title>
</head>
<body>
<script id="watchme" type="module" src="file_script_module_dynamic_import.mjs"></script>
</body>
</html>
|