Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 2.86 KB

README.md

File metadata and controls

80 lines (65 loc) · 2.86 KB

AES.PATCH scope

This is a collection of polyfills for ExtendScript. Later editions of ECMAScript bring some useful new scripting features, and since they're syntactically compatible with older JavaScript engines they can mostly be polyfilled by patching methods onto built-in JS objects.

We prefer to use polyfills from MDN when available. (Discussed here)

Bundles

A couple of bundles of modules often used together.

Shims

Modules that faithfully represent newer ECMAScript features.

Shams

Modules that partially implements newer ECMAScript features.

Fills

Modules that we get used to in other environments.

Extensions

Extensions to existing objects

More info

Read the docs