Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

the client doesn't work in IE11 #21

Closed
dnesteryuk opened this issue Mar 16, 2017 · 1 comment
Closed

the client doesn't work in IE11 #21

dnesteryuk opened this issue Mar 16, 2017 · 1 comment
Labels

Comments

@dnesteryuk
Copy link
Collaborator

There is an error about JS Symbols.

@dnesteryuk dnesteryuk added the bug label Mar 16, 2017
dnesteryuk added a commit that referenced this issue Mar 26, 2017
Array slicing:

```
let [a, b] = ['some', 'data'];
```

add the for/of statement:

```
for (let val of ['some', 'data']) {
//...
}
```

mustn't be used. Symbols aren't supported by IE11 (https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol).
@dnesteryuk
Copy link
Collaborator Author

It is fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant