1.2.0 • Published 4 years ago

autofe-polyfill v1.2.0

Weekly downloads
26
License
-
Repository
github
Last release
4 years ago

autofe-polyfill

This package includes polyfills for various browsers. It includes minimum requirements and commonly used language features used by Create AutoFE App projects.

Usage

First, install the package using Yarn or npm:

npm install autofe-polyfill

or

yarn add autofe-polyfill

Polyfills

  • Promise (for async / await support)
  • Object.assign (a helper required for Object Spread, i.e. { ...a, ...b })
  • Symbol (a built-in object used by for...of syntax and friends)
  • Array.from (a built-in static method used by array spread, i.e. [...arr])

More Features

If you need more features, see the browser compatibility

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago