tgriesser / checkit

simple, flexible validations for node and the browser
MIT License
223 stars 53 forks source link

using `when` in browser causes "illegal invocation", please just use bluebird (or native promises) #53

Open gfarrell opened 8 years ago

gfarrell commented 8 years ago

I've been using checkit on the server side for a while, and really like it, but when trying to use it in the browser, I get an illegal invocation error.

Not sure why bluebird isn't just being used in the browser (or why you don't just go native and assume that babel will sort it out)?

(In short: having when breaks checkit in the browser for me)