SHARE
TWEET
Untitled
a guest
Jan 15th, 2016
92
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- // Seed new file
- var client = new WebTorrent()
- var blob = new Blob([{"helloworld":"world"}], {type: "application/json"});
- client.seed(blob, {name: "test.json"}, function (torrent) {
- console.log('Client is seeding ' + torrent.infoHash);
- })
- // Download file
- client.add(magnetURI, torrent => {file = torrent.files[0];})
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
