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

showing error while compressing globalThis is not defined #108

Closed
modernsilpi opened this issue Jun 20, 2021 · 5 comments
Closed

showing error while compressing globalThis is not defined #108

modernsilpi opened this issue Jun 20, 2021 · 5 comments

Comments

@modernsilpi
Copy link

in some device compression not working throwing this error "globalThis is not defined "

@tianwawawa
Copy link

chrome version > 70

@tianwawawa
Copy link

check out your chrome version

@Donaldcwl
Copy link
Owner

@modernsilpi "globalThis" is widely supported by modern browsers. Please check here: https://caniuse.com/?search=globalThis

@zhicong
Copy link

zhicong commented Jul 12, 2021

I ran into this issue as well when trying to figure out why image compression was failing on old browsers. Since the package needs globalThis to work, it would be great if you could update your compatibility table to show that IE 10 and 11 are not supported.

Screenshot 2021-07-13 at 1 15 24 AM

Thanks for creating this package to make image compression a breeze!

@Donaldcwl Donaldcwl mentioned this issue Aug 11, 2021
@Donaldcwl
Copy link
Owner

I ran into this issue as well when trying to figure out why image compression was failing on old browsers. Since the package needs globalThis to work, it would be great if you could update your compatibility table to show that IE 10 and 11 are not supported.

Screenshot 2021-07-13 at 1 15 24 AM

Thanks for creating this package to make image compression a breeze!

IE compatibility fixed in v1.0.15

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

4 participants