Skip to content

Commit 56bd808

Browse files
janzenzryami333
authored andcommitted
Adds explanation for Array.prototype.findIndex support for IE 11.
1 parent 9188efc commit 56bd808

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,5 @@ controlled manually thereafter.
246246
| Chrome | Desktop | latest |
247247
| Firefox | Desktop | latest |
248248
| Safari | OSX | latest |
249+
250+
>Note: This library does not have polyfill support for `Array.prototype.findIndex`, so if you require support **IE 11** you will need to add polyfill in your build or manually add it.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
{
6666
"name": "Cate Palmer",
6767
"url": "https://github.com/catepalmer"
68+
},
69+
{
70+
"name": "Janzen Zarzoso",
71+
"url": "https://github.com/janzenz"
6872
}
6973
],
7074
"license": "MIT",

0 commit comments

Comments
 (0)