mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-09 07:41:36 +00:00
ddee6b96b5
For: https://github.com/brave/brave-browser/issues/5604
`bittorrent-tracker` is broken when run in a Chrome App environment.
The issue is that the `URL` constructor is buggy Chromium. https://bugs.chromium.org/p/chromium/issues/detail?id=734880
We switched to `URL` from `require('url')` in `bittorrent-tracker@9.13.0`. Commit:
|
||
---|---|---|
.. | ||
http-tracker.js | ||
tracker.js | ||
udp-tracker.js | ||
websocket-tracker.js |