Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Symbol' is undefined error in IE11 #318

Closed
lyze237 opened this issue May 3, 2016 · 4 comments
Closed

'Symbol' is undefined error in IE11 #318

lyze237 opened this issue May 3, 2016 · 4 comments

Comments

@lyze237
Copy link

lyze237 commented May 3, 2016

Dear Developers,

I can't get the example on your website and a self written version of it with the newest version of the "web-dist" version to work.

It always gives me a 'Symbol' is undefined error when I load up the page.

Clicking on the button "Run" on your demo page results then into a "'Discord' is undefined" error: http://i.imgur.com/zUCQ9PA.png

@meew0
Copy link
Contributor

meew0 commented May 3, 2016

Symbol is an ES6 thing that IE11 doesn't support. You'll have to use a different browser.

@lyze237
Copy link
Author

lyze237 commented May 3, 2016

Ah alright. That's stupid :v

I'm basically trying to create a website which is mobile friendly so a couple friends of mine, which use windows phone (uses windows 11 mobile), can also write "on the go" with us in discord.

@amishshah
Copy link
Member

amishshah commented May 3, 2016

You could always add es6-symbols to polyfill Symbol

@lyze237
Copy link
Author

lyze237 commented May 4, 2016

Ahh thanks for the info!

@lyze237 lyze237 closed this as completed May 4, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants