You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package includes polyfills for various browsers.
4
+
It includes minimum requirements and commonly used language features used by [Create React App](https://github.com/facebook/create-react-app) projects.<br>
5
+
Please refer to its documentation:
6
+
7
+
-[Getting Started](https://github.com/facebook/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
8
+
-[User Guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
9
+
10
+
### Features
11
+
12
+
Each polyfill ensures the following language features are present:
13
+
14
+
1.`Promise` (for `async` / `await` support)
15
+
1.`window.fetch` (a Promise-based way to make web requests in the browser)
16
+
1.`Object.assign` (a helper required for Object Spread, i.e. `{ ...a, ...b }`)
17
+
1.`Symbol` (a built-in object used by `for...of` syntax and friends)
18
+
1.`Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)
19
+
20
+
### Entry Points
21
+
22
+
You can import the entry point for the minimal version you intend to support. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.
0 commit comments