You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async-csp would pretty much be a drop in replacement for the chan module which as far as I can tell doesn't seem compatible with async/await. I've ran a few tests and async-csp works great so far. Would a PR make sense ?
The text was updated successfully, but these errors were encountered:
For now I've ended up not using channels at all. Instead I made a small "very inspired" promised based wrapper around busboy: async-busboy It plays nicely with koa 2. I am planning on using channeling too tho for when validation on fields is not required.
async-csp would pretty much be a drop in replacement for the chan module which as far as I can tell doesn't seem compatible with async/await. I've ran a few tests and async-csp works great so far. Would a PR make sense ?
The text was updated successfully, but these errors were encountered: