summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_module_js_cache.html
blob: 1a0d433dcdf6c538b9287c76e50fee8068c224bc (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Add a tag module script to save the bytecode</title>
</head>
<body>
  <script id="watchme" type="module" src="file_module_js_cache.mjs"></script>
</body>
</html>