autofe-polyfill
v1.2.0
Published
Polyfills used by AutoFE apps
Downloads
2
Readme
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
(forasync
/await
support)Object.assign
(a helper required for Object Spread, i.e.{ ...a, ...b }
)Symbol
(a built-in object used byfor...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