summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_module_js_cache_with_sri.html
blob: 60b2ca4f7ad93d3909270b76364346de4eeff95e (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.js"
          integrity="sha384-1eNjxPXQdMh9pdr8ctqxBCIqiAnwYWzCCIKpcEIWp2MjECaRYx5Iw1TC3p/dx/uj">
  </script>
</body>
</html>