coryhouse / coryhouse/javascript-development-environment

Demo doesn't run in Internet Explorer

Ouverte
#18 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
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

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.