SocketCluster / asyngular

Highly scalable realtime framework compatible with SocketCluster
https://asyngular.io/
MIT License
77 stars 5 forks source link

IE11 does not support Asyngular #5

Open WebPlanning opened 5 years ago

WebPlanning commented 5 years ago

IE11 does not support Asyngular-Client whilst it does with SocletCluster-Client ?$ Any suggestion to make Asyngular-Client works under IE11 ?

davidmoshal commented 5 years ago

curious if this can be solved with a polyfill?

jondubois commented 5 years ago

@PatDav What errors do you get?

jondubois commented 5 years ago

@PatDav Did you try to use a tool like https://babeljs.io/ to transpile the client into an older ECMAScript version?

WebPlanning commented 5 years ago

We have been trying with polyfill, babeljs, etc... BUT unfortunately did not succeed to make it work under IE11 and under iOS version < 10 Apart IE11 and iOS <10, this works well with all other browser and iOS > 10

For now, we moved to SocketCluster-Client, which we were not supposed to do. We are implementing a big project with VueCLI framework, then, if anyone succeeded to run app build with VueCLI and using Asyngluar-Client, that works under IE11; please let me know.

TO be honest I don't know whether it worth it to get focus on IE11.
Indeed, this an old browser and does not accept all brand new javascript enhancements...

Linaco commented 4 years ago

In case you still need IE11 compatibility, we've made an adjustment here: https://github.com/SocketCluster/asyngular-client/pull/2