Skip to content

Commit

Permalink
use-native-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Nov 8, 2024
1 parent f2f4990 commit d654603
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/client/http-tracker.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion test/scrape.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion test/stats.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit d654603

Please sign in to comment.