mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-12 18:36:28 +00:00
use-native-fetch
This commit is contained in:
parent
f2f4990501
commit
d65460319e
@ -1,7 +1,6 @@
|
||||
import arrayRemove from 'unordered-array-remove'
|
||||
import bencode from 'bencode'
|
||||
import Debug from 'debug'
|
||||
import fetch from 'cross-fetch-ponyfill'
|
||||
import { bin2hex, hex2bin, arr2text, text2arr, arr2hex } from 'uint8-util'
|
||||
|
||||
import common from '../common.js'
|
||||
|
@ -33,7 +33,6 @@
|
||||
"bittorrent-peerid": "^1.3.6",
|
||||
"chrome-dgram": "^3.0.6",
|
||||
"compact2string": "^1.4.1",
|
||||
"cross-fetch-ponyfill": "^1.0.3",
|
||||
"debug": "^4.3.4",
|
||||
"ip": "^2.0.1",
|
||||
"lru": "^3.1.0",
|
||||
|
@ -3,7 +3,6 @@ import Client from '../index.js'
|
||||
import common from './common.js'
|
||||
import commonLib from '../lib/common.js'
|
||||
import fixtures from 'webtorrent-fixtures'
|
||||
import fetch from 'cross-fetch-ponyfill'
|
||||
import test from 'tape'
|
||||
import { hex2bin } from 'uint8-util'
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
import Client from '../index.js'
|
||||
import commonTest from './common.js'
|
||||
import fixtures from 'webtorrent-fixtures'
|
||||
import fetch from 'cross-fetch-ponyfill'
|
||||
import test from 'tape'
|
||||
|
||||
const peerId = Buffer.from('-WW0091-4ea5886ce160')
|
||||
|
Loading…
Reference in New Issue
Block a user