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

emoteJAM doesn't work in IE 11 #67

Open
Nufflee opened this issue Jun 8, 2021 · 3 comments
Open

emoteJAM doesn't work in IE 11 #67

Nufflee opened this issue Jun 8, 2021 · 3 comments
Assignees

Comments

@Nufflee
Copy link

Nufflee commented Jun 8, 2021

image

The image picker nor the default image show up. I believe it's due to using ES6 features like classes and rest paramters without transpiling to a lower ECMA script version that is supported by IE.

@rexim rexim self-assigned this Jun 8, 2021
@rexim
Copy link
Member

rexim commented Jun 15, 2021

@Nufflee hey! Thank you for reporting this! ❤️ As you probably know we recently switched to TypeScript #72 targeting es5. Afaik, IE11 should work with es5. Could you please check the website in IE11 again when you get a chance and let me know how it works there? tsodinFlushed

@Nufflee
Copy link
Author

Nufflee commented Jun 15, 2021

It doesn't seem like there are any syntax errors but it's complaining about URLSearchParams and can't continue execution. As expected, it's not supported in IE per MDN so you'll need a polyfill.

image

@rexim
Copy link
Member

rexim commented Jun 16, 2021

@Nufflee noice! Thank you for checking it out! Maybe I can get rid of URLSearchParams. Shouldn't be too hard...

somerandomdev49 added a commit to somerandomdev49/emoteJAM that referenced this issue Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants