Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一个很好的后备 JavaScript 库可以为较新的 ECMA 规范中定义的函数创建不受支持的函数。我正在使用一个库,它使用了一堆仅在较新的浏览器中支持的函数,所以我想填充这些函数而不是重写库。
es5-shim尽可能地做到了这一点。