Yea but when using promises with async/await its very beautiful.
await asyncFuncOne();
await asyncFuncTwo();
No more weird water-falling, and finally proper exception handling. The only gotcha is the fact that we cant awaits at the root of a module, and we need to wrap it in a async function.
I remember back when FF used to be considered fast. Then we went through the age of extensions. And shortly after that chrome came on the scene, and didn't support extensions (intentionally it seemed), for quite some time.
This was made to make playing with Data URI's much easier.
I find myself often needing a quick way to generate a Data URI when playing with files on jsfiddle, or codepen (due to CORS). So I thought it would be nice to have a website that locally stores those files.
This was thrown together in a couple of hours (using react/mobx), and inspired by [0] "The XSS Game By Google post". It turned out that quite a few people didn't know that you could use URI's for things that were not images.
If you have any suggestions feel free to voice them :)