Pegasus.js: Load data while still loading other scripts(github.com)1 points·by Erik_S·vor 12 Jahren·2 commentsgithub.comPegasus.js: Load data while still loading other scriptshttps://github.com/typicode/pegasus1 commentsPost comment[–]lhorie·vor 12 JahrenreplySome 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·vor 12 JahrenreplyHi, thanks for sharing these thoughts. You're right about JSON, I'll fix that :)
- `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