UNPKG
ie-find
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
find() method support for IE (Internet Explorer)
ie-find
/
README.md
16 lines
(9 loc)
•
223 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# find()
find
(
)
function
does not work
in
IE
,
you can polyfill and add a support to your application
for
find
(
)
method
#### install and use
```terminal npm i ie-find --save-dev ``` ```javascript import 'ie-find' ```