|
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.
Requirements:
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Group-effort Style Cleanup.
· Took a stab at fixing Object.defineProperty on IE8 without bad side-effects.
· Object.isExtensible no longer fakes it. (@xavierm)
· Date.prototype.toISOString no longer deals with partial ISO dates, per spec.
Via: es5-shim 2.0.5
0 Comment:
Post a Comment