[–] lhorie 11y ago ↗ Some thoughts:- `then` doesn't behave much like a promise- JSON doesn't exist in IE7 without a polyfill- Since this only supports GET, you could use JSON-P instead if you trust the server [–] typicode 11y ago ↗ Hi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)
[–] typicode 11y ago ↗ Hi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)
2 comments
[ 3.1 ms ] story [ 12.0 ms ] thread- `then` doesn't behave much like a promise
- JSON doesn't exist in IE7 without a polyfill
- Since this only supports GET, you could use JSON-P instead if you trust the server