Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-26fix: Prep for esm (#2205)Jimmy Wärting
* prep for esm * update min req node vers * revert node prefix
2021-07-11fix: modernize code (#2134)Diego Rodríguez Baquero
* fix: modernize code * standard fix
2020-11-12Fix tests disabling lsd optionJulen Garcia Leunda
2020-10-29Convert the tests to use let/const instead of varFeross Aboukhadijeh
2019-07-06standardFeross Aboukhadijeh
2018-08-29bye bye xtendJimmy Wärting
2018-08-29standardFeross Aboukhadijeh
2016-07-23test: make more reliable with onceFeross Aboukhadijeh
Okay, so this was a timing thing. Basically now noPeers is getting emitted twice because the tracker gets sent a 'started' then a 'completed' message and both times there are no peers in the response. I changed the .on('noPeers') to .once('noPeers') so this will be more reliable. https://github.com/feross/webtorrent/pull/871#discussion_r71963946
2016-07-22Make downloading tests work on memory store to ensure the sore is empty.Yoann Ciabaud
Corrected webseed test to follow fixtures and tracker magnet.
2016-04-27Torrent emits 'noPeers' even when swarm is empty after announceJonathan Harper
2016-02-28use webtorrent-fixturesFeross Aboukhadijeh
2016-01-11tests: cleanupFeross Aboukhadijeh
2015-12-30Add more browser testsFeross Aboukhadijeh
Run more of the tests in the browser. There's now a test/node and test/browser folder for tests that are specific to each environment. Anything in test/ will be run in both environments.