javascript-development-environment icon indicating copy to clipboard operation
javascript-development-environment copied to clipboard

Demo doesn't run in Internet Explorer

Open coryhouse opened this issue 7 years ago • 0 comments
trafficstars

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.

coryhouse avatar Jan 15 '18 15:01 coryhouse