coryhouse / javascript-development-environment

JavaScript development environment discussed in "Building a JavaScript Development Environment" on Pluralsight
https://app.pluralsight.com/library/courses/javascript-development-environment/table-of-contents
MIT License
297 stars 196 forks source link

Demo doesn't run in Internet Explorer #18

Open coryhouse opened 6 years ago

coryhouse commented 6 years ago

There are two known issues in Internet Explorer (IE):

  1. IE lacks native Promise support, 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.