coryhouse / coryhouse/javascript-development-environment
Demo doesn't run in Internet Explorer
- Langage dominant
- JavaScript
- Étoiles
- 293
- Forks
- 185
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
There are two known issues in Internet Explorer (IE):
1. IE [lacks native Promise support](https://caniuse.com/#search=promise), so you need to add a promise polyfill to get the demo to work in IE.
2. IE tries to download the JSON from the mock API at localhost:3001/users. [Here are some workarounds](https://stackoverflow.com/questions/6114360/ie-prompts-to-open-or-save-json-result-from-server).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by running the demo in Internet Explorer and inspect how it loads the Promise-dependent code and requests JSON from the mock API at localhost:3001/users. Check the linked Promise support and JSON workaround references, then verify that the demo runs successfully in IE without the download prompt.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- frontend
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100