autofe-polyfill

1.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i autofe-polyfill

Weekly Downloads

0

Version

1.2.0

License

none

Unpacked Size

2.26 kB

Total Files

3

Last publish

Collaborators

  • jpuncle