system-bus-radio/In Javascript
Elliot Gerchak d935c28249 Implemented Web Workers
Functionality is now taken care of by Web Workers. The advantages of this is that the page will no longer freeze/lock up when the script is working.
This also means that the page status can now update in realtime. (Before, it only updated after the script finished running.) Because it possible for buttons to be clicked during operation, it is now possible to stop script mid-execution.
Song recursion should also be possible now but, has not been implemented.
2016-11-27 05:13:23 +00:00
..
airgap.html Implemented Web Workers 2016-11-27 05:13:23 +00:00
airgap.js Implemented Web Workers 2016-11-27 05:13:23 +00:00
main.css improved link styling 2016-11-03 15:27:59 +00:00
worker.js Implemented Web Workers 2016-11-27 05:13:23 +00:00