UNPKG

wait.for-es6

Version:

Sequential programming for node.js -and the browser-. End of callback hell - Original Wait.for, implemented using upcoming javascript/ES6-Harmony generators

14 lines (9 loc) 174 B
<html> <head> </head> <body> <button onclick=launch()>Launch Ajax Requests</button> <div id=parallel> </div> <script src="client.js"></script> </html>