libjs-es5-shim

Ecmascript 5 compat. shims for old javascript engines (library)
  http://github.com/es-shims/es5-shim/
  0
  no reviews



The es5-shim library monkey-patches a javascript context to contain all ecmascript 5 methods that can be faithfully emulated with a legacy javascript engine.

the es5-sham part tries to complete the picture as best as possible, but for those methods the result is not as close and mostly intends to avoid runtime errors : in many cases it might just silently fail.