Skip to content

Commit d654603

Browse files
committed
use-native-fetch
1 parent f2f4990 commit d654603

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

lib/client/http-tracker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import arrayRemove from 'unordered-array-remove'
22
import bencode from 'bencode'
33
import Debug from 'debug'
4-
import fetch from 'cross-fetch-ponyfill'
54
import { bin2hex, hex2bin, arr2text, text2arr, arr2hex } from 'uint8-util'
65

76
import common from '../common.js'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"bittorrent-peerid": "^1.3.6",
3434
"chrome-dgram": "^3.0.6",
3535
"compact2string": "^1.4.1",
36-
"cross-fetch-ponyfill": "^1.0.3",
3736
"debug": "^4.3.4",
3837
"ip": "^2.0.1",
3938
"lru": "^3.1.0",

test/scrape.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Client from '../index.js'
33
import common from './common.js'
44
import commonLib from '../lib/common.js'
55
import fixtures from 'webtorrent-fixtures'
6-
import fetch from 'cross-fetch-ponyfill'
76
import test from 'tape'
87
import { hex2bin } from 'uint8-util'
98

test/stats.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Client from '../index.js'
22
import commonTest from './common.js'
33
import fixtures from 'webtorrent-fixtures'
4-
import fetch from 'cross-fetch-ponyfill'
54
import test from 'tape'
65

76
const peerId = Buffer.from('-WW0091-4ea5886ce160')

0 commit comments

Comments
 (0)