koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 116 forks source link

Promise support #67

Closed rapzo closed 7 years ago

rapzo commented 7 years ago

Hey guys!

I see that async is widely used in here but wouldn't it be better to have a promise implementation until async is part of a node stable release?

https://github.com/koajs/bodyparser/blob/master/index.js#L69-L96

What are your thoughts on this?

smcmurray commented 7 years ago

async IS part of a node stable release.

rapzo commented 7 years ago

Heh. It is indeed! I guess another upgrade has to be done. Thanks!