ACLay / Six-Degrees-of-Agent-Coulson

Links between characters in the Marvel Cinematic Universe
2 stars 3 forks source link

IE doesn't support Array.from() #1

Closed ACLay closed 8 years ago

ACLay commented 8 years ago

It's used in filters.js The lack of support means IE can't populate the All option for character selectors.

ACLay commented 8 years ago

Designing around this revealed further functions that IE doesn't support, which added up to horrible looking code and concerns about different version compatibility. It works in Chrome, Firefox and Edge. I figured it would be simpler to just leave a message if the initialisation code fails. That way it's not dependent on browser versions or detection methods.