rats-search/src/background/torrentClient.js
2018-02-08 03:47:05 +03:00

3 lines
125 B
JavaScript

const WebTorrent = require('webtorrent')
let torrentClient = new WebTorrent({webSeeds: false})
module.exports = torrentClient