cfpb / hmda-pilot

Creative Commons Zero v1.0 Universal
6 stars 8 forks source link

Add IE9 support #404

Open poorgeek opened 9 years ago

poorgeek commented 9 years ago

While Angular 1.3 supports IE9, several of the features included in the pilot require IE10. This is an effort to document what those items are so that in the event IE9 support becomes a requirement (it isn't currently), then there will be an initial list of things that will need to be addressed.

pkaplan commented 9 years ago

We are seeing the LevelDB issue in IE10.

Fixing this issue would require a code change. We would either a) have to review the latest version of the library to see if it still requires an ES6 browser in which we case we have to upgrade the lib and rerun all of the tests b) add an ES6 shim that will allow us to skirt the issue in non-ES6 supported browsers.