five
five copied to clipboard
five.async usage in browser
The current implementation of five.async uses process.nextTick, which is a nodejs specific API. This won't work in a browser apparently. I'd fix this by checking if there is a process variable. I could make a PR soon.
If you need that in the browser, and it's not currently possible, feel free to put a PR in!
Indeed, it's pretty essential for the scalability of my application.
This method could return a promise.
I think we can now assume a fair amount of promise support. PR still welcomed?