UNPKG
zero-ai
Version:
latest (0.3.33)
0.3.33
0.3.32
0.3.31
0.3.30
0.3.27
0.3.26
0.3.25
Zero Ecotope AI
www.vertxai.cn
silentbalanceyh/vertx-ai
zero-ai
/
document
/
doc-web
/
scripts
/
polyfill.js
4 lines
•
233 B
JavaScript
View Raw
1
2
3
4
//IE Fix, src: https://www.reddit.com/r/programminghorror/comments/6abmcr/nodelist_lacks_foreach_in_internet_explorer/
if
(
typeof
(
NodeList
.
prototype
.
forEach
)!==
typeof
(alert)){
NodeList
.
prototype
.
forEach
=
Array
.
prototype
.
forEach
; }