feat(download): basic torrent download support
This commit is contained in:
3
src/background/torrentClient.js
Normal file
3
src/background/torrentClient.js
Normal file
@ -0,0 +1,3 @@
|
||||
const WebTorrent = require('webtorrent')
|
||||
let torrentClient = new WebTorrent({webSeeds: false})
|
||||
module.exports = torrentClient
|
Reference in New Issue
Block a user