Download Source Code es5-shim 4.1.14
is announcing that es5-shim with version number 4.1.14 is already available to download.
What is es5-shim ?
es5-shim is A library for upgrading older JavaScript engines to support newer ES5 features .
Include this library in the header of a page and when accessed from older browsers it will upgrade their engine to support EcmaScript 5, the latest version of JavaScript.It’s not a complete implementation, but is at close as it can get.Even if es5-shim does not port enough of the EcmaScript 5 core, it will avoid runtime errors by causing code to silently fail and allow the page / app to continue running.
This is changelog for es5-shim version 4.1.14 :
You can read the complete changelog and also download this latest version on their homepage: github.com