Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
/ ES3extend Public archive

make ECMAScript 3 runtime environment Compatible with some ECMAScript 5 practical features.

License

Notifications You must be signed in to change notification settings

zensh/ES3extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES3extend

Make ECMAScript 3 runtime environment Compatible with some ECMAScript 5 practical features.

扩展ES3,使 ES3环境可以运行一些ES5中常用的特性,从而兼容老款浏览器(IE7、IE8等)。

Practical features extended:

Array.prototype.every

Array.prototype.filter

Array.prototype.forEach

Array.prototype.indexOf

Array.prototype.lastIndexOf

Array.prototype.map

Array.prototype.reduce

Array.prototype.reduceRight

Array.prototype.some

Array.isArray

Date.now

Function.prototype.bind

Object.create

Object.keys

String.prototype.trim

JSON is not included, json3 is the best!

About

make ECMAScript 3 runtime environment Compatible with some ECMAScript 5 practical features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published