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

Proxy is not defined - IE 11 #51

Closed
dariuszjastrzebski opened this issue Apr 21, 2018 · 4 comments
Closed

Proxy is not defined - IE 11 #51

dariuszjastrzebski opened this issue Apr 21, 2018 · 4 comments

Comments

@dariuszjastrzebski
Copy link

Hello,

In Main.js file you use Proxy object and it's causes that my app not work in IE 11, because in IE 11 there is no Proxy object.

How can I resolve it? Maybe some Polyfill?

@mkody
Copy link

mkody commented May 18, 2018

Older browsers don't support ES6's Proxy object.
I'm getting a lot of Sentry logs from iOS 9.3.5 or Android 4.4.2/5.1.1 (and for some reason Facebook's internal browser on Android 6.0 too).

There's a polyfill here: https://github.com/GoogleChrome/proxy-polyfill
I'll give it a shot and see if I get any new reports.

@mikhailian
Copy link
Contributor

Nope, proxy-polyfill does not work because it does not support deleteProperty.

@TheHugoBoss
Copy link

Any workarounds for this?

@mikhailian
Copy link
Contributor

AFAIU, the problem is in the syntax of Dynamic socket event listeners. If the authors used a more traditional syntax, that would be possible. Otherwise, I do not see how.

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

5 participants