use-native-fetch

This commit is contained in:
uri 2024-11-08 13:11:24 +09:00
parent f2f4990501
commit d65460319e
4 changed files with 0 additions and 4 deletions

View File

@ -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'

View File

@ -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",

View File

@ -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'

View File

@ -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')