I’m wondering if there is a good fallback javascript library out there that creates non-supported functions for functions that are defined in newer ECMA specifications. I’m using a library that uses a bunch of functions supported only in newer browsers, and so I’d like to fill those functions in instead of having to rewrite the library.
I’m wondering if there is a good fallback javascript library out there that creates
Share
es5-shim does that to as much of an extent as it can.