Hacker News new | ask | show | jobs
by tr4nslator 5982 days ago
Indeed you can. (fab) is 100% async:

http://gist.github.com/287475#file_hello_async.js

1 comments

Ooh, that's pretty cool. I like the way you receive a "respond" function and call it when you're done. Nice work!