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

index.js - github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 068691a6beae61784f5e9fe555402b2194fb557f (plain)
1
2
3
4
5
6
7
8
9
10
11
if (window.name === 'app') {
  require('./lib/app')()
} else {
  require('./lib/background')()
}