- updater: replace undici.request() with fetch() (fixes maxRedirections error that blocked auto-update from v1.0.0 to v1.1.0) - upload-manager: move signalCleanup declaration outside try block (was causing ReferenceError in catch, silently breaking ALL retries) - upload-manager: _combineSignals now returns cleanup fn to prevent abort listener accumulation over batch lifetime - upload-manager: _sleep removes abort listener on normal timer fire - hosters: apiGet removes abort listener in finally block Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config-store.test.js | ||
| semaphore.test.js | ||
| throttle.test.js | ||
| ui-smoke.js | ||
| upload-manager.test.js | ||