Loading
Remove unused quota variable
this.quota is assigned from navigator.storage.estimate() during init but never read anywhere in the codebase. Remove the dead code. Note: If storage quota checking is desired before downloading large firmware files, this should be implemented as a proper pre-download validation with user feedback, not just a stored variable.