Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use-native-fetch
  • Loading branch information
uriva committed Nov 8, 2024
commit d65460319ea116fb28defc677af878cec42e8d43
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