This is necessary when we use `for (x of y)` operators in Javascript as they are transpiled to use `Symbol` which is not present in IE. |
||
---|---|---|
.. | ||
js |
This is necessary when we use `for (x of y)` operators in Javascript as they are transpiled to use `Symbol` which is not present in IE. |
||
---|---|---|
.. | ||
js |