extra polyfills must be included manually (#5814)

* extra polyfills must be included manually, fixes #5795

* make note italicized
This commit is contained in:
Adam Wanninger
2018-11-16 09:06:01 -05:00
committed by Joe Haddad
parent 69babbb55a
commit 7e25df150d

View File

@@ -13,6 +13,8 @@ Each polyfill ensures the following language features are present:
1. `Symbol` (a built-in object used by `for...of` syntax and friends)
1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)
*If you need more features, you must include them manually.*
### Usage
First, install the package using Yarn or npm: