miru/app/test.html
2020-12-29 22:42:20 +01:00

9 lines
No EOL
318 B
HTML

<script src="https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js"></script>
<script src="js/idbkv-chunk-store.js"></script>
<script>
let client = new WebTorrent()
client.add(
"https://webtorrent.io/torrents/tears-of-steel.torrent", {
store: IdbkvChunkStore
})
</script>