web-cfw-loader
web-cfw-loader copied to clipboard
Milestones
This script has been reworked. Now it reports progress using a progressbar on each step. transferIn.onprogress reports e.loaded, so we use that to enable progress reporting.
As our requirements, we've replaced async/await with jQuery deferred objects for library consistency.
New function: updateDeviceList() - This listens and populates a
The code is now pure jQuery as we must conform to our project requirements, but these changes has greatly evolved this loader. We are not done with this code yet. Reviewing the API limitations in the Windows operating systems, we plan to work at that however possible without the need of alternative OS browsers/shell commands. This is a limitation we are now transitioning toward.
EDIT: We've successfully imported 5 separate payloads, working very well.
Your truly, Switch-Torrents ;)