Skip to content

Commit 8ec0eb3

Browse files
authored
add Object.assign to list of required polyfills
1 parent a3032d0 commit 8ec0eb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/browser-compatibility.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ The eventual goal is to remove all polyfills (such as [lodash](https://lodash.co
88

99
**Please add any additional polyfills that you need to the list below** when you discover them. This library uses the following ECMAScript features:
1010

11-
* findIndex - use [core-js library](https://github.com/zloirock/core-js#commonjs)
12-
* classList - use [classList.js](https://github.com/eligrey/classList.js)
11+
* `Array.prototype.findIndex` - use [core-js library](https://github.com/zloirock/core-js#commonjs)
12+
* `Element.classList` - use [classList.js](https://github.com/eligrey/classList.js)
13+
* `Object.assign` - use [core-js library](https://github.com/zloirock/core-js#commonjs)
1314

1415
### Internet Explorer 11 Support
1516

0 commit comments

Comments
 (0)