Commit e5ebecd
committed
Exclude polyfills for DOM collection iteration
Although these polyfills are required to iterate DOM collections, we always use `Array.from()` so don’t need them:
```
The corejs3 polyfill added the following polyfills:
es.array.iterator { "chrome":"61", "opera":"48", "samsung":"8.2" }
web.dom-collections.iterator { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1", "samsung":"8.2" }
```1 parent f25f11c commit e5ebecd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
0 commit comments