hebcal / hebcal-js

⛔️ DEPRECATED - a perpetual Jewish Calendar (JavaScript)
GNU General Public License v3.0
123 stars 40 forks source link

Add optional shims for old browsers #10

Closed Scimonster closed 7 years ago

Scimonster commented 10 years ago

I use several "new" JS features, like Array.prototype.map and Array.prototype.filter. Some old browsers (namely IE<9) don't support these. If a developer is targeting these browsers as well, we can provide a shim script for them to include also. It doesn't need to be in the default code, as modern browsers all support them.

Scimonster commented 7 years ago

There are plenty of shims available, and anyone who needs it can find one.