aboutsummaryrefslogtreecommitdiff
path: root/third_party/lzma.js/test-full.html
blob: 64d2be60596760effdd1bea8a3d2a4fc688f13fa (plain)
1
2
3
4
5
6
7
8
9
<body>
<script>
  var print = function(x) { console.log(x) };
</script>
<script src="lzma-full.js"></script>
<script src="test-full.js"></script>
See web console..
</body>