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
@madbence@joshbeam yeah, this will work for most of the cases, but we using co in test framework ava and including global polyfill will affect code under testing (if code relies on Promise object, but don't polyfill it in test).
Hi,
co's home page says:
When using node 0.10.x and lower or browsers without generator support, you must use gnode and/or regenerator.
but when gnode an app, got:
is there a way to polyfill this with Bluebird? or what is the version of co that can be used with node 0.10.x?
Thanks,
A.C.
The text was updated successfully, but these errors were encountered: