1.2.0 • Published 6 years ago
autofe-polyfill v1.2.0
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-polyfillor
yarn add autofe-polyfillPolyfills
Promise(forasync/awaitsupport)Object.assign(a helper required for Object Spread, i.e.{ ...a, ...b })Symbol(a built-in object used byfor...ofsyntax 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