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)
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 anillegal 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)