Jun Yin

Results 3 comments of Jun Yin

Encountered the same issue in my project.

The problem of using the polyfill still occurs with the latest code on Github. ``` function foo(p1,p2) { this.val = p1 + p2; } var bar = foo.bind( null, "p1"...

I am not sure whether this is the best solution, but after changing "import noCache from 'superagent-no-cache';" to "var isBrowser = typeof window !== 'undefined'; "var noCache = isBrowser ?...