summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_module_js_cache_with_sri.html
blob: f0039a431b50a5ab4f23de5a74b2f5e0c174f5d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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"
          integrity="sha384-1eNjxPXQdMh9pdr8ctqxBCIqiAnwYWzCCIKpcEIWp2MjECaRYx5Iw1TC3p/dx/uj">
  </script>
</body>
</html>