mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
All `addClass()`, `removeClass()` and `hasClass()` instances were changed to use `classList` equivalent: https://developer.mozilla.org/en-US/docs/Web/API/Element/classList PR #21946. --------- Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
qBittorrent WebUI
Browser compatibility
The upper bound will always be the latest stable release.
| Browser | Lower bound |
|---|---|
| Chrome | The release from 1 year ago |
| Firefox | Latest active ESR release |
| Microsoft Edge | The release from 1 year ago |
| Safari | The release from 1 year ago |
Notices
- The MooTools library has seen little maintenance and therefore
its usage is discouraged.
New code should prefer vanilla JavaScript and resort to MooTools only if necessary.
See also: CVE-2021-20088