- Updated
libs/aria2.js- Split
multicallfromcallmulticallmust usereq.methodName- Avoid mutating original arguments in
callandmulticall
- Optimized performance
- Split
- Fixed line-break of task name
Task Manager - Updated file structure
- Optimized performance and refactored codes for better readability
- Deprecated destructuring assignment
- Reduced unnecessary spread syntax
- Replace
??with|| - Replace
||=and??=withif (!variable) - Use
for (i)instead offor offor Arrays - Minimized use of the spread syntax
- Use
ifandreturninstead ofObjectdispatch