Blake Thomson
Blake Thomson
I was just bit by this today. Is there any update to be had? It is very confusing behavior to have an promise-like interface not conform to the spec. At...
Any updates on this? According to @yeonhoyoon's last comment, perhaps the check should be: `typeof FormData !== 'undefined'`, or `'FormData' in window`
On my system (Ubuntu 12.04, ruby 2.2.2), disabling the rubygems-integration package (via `DEBIAN_DISABLE_RUBYGEMS_INTEGRATION=1` in my `.bashrc`) appears to solve the problem. As I discovered when reading https://kevinlocke.name/bits/2012/12/06/debian-ruby-gems/, the `rubygems-integration` package...