jcubic / sysend.js

Web application synchronization between different tabs
MIT License
1.13k stars 72 forks source link

Upgrade failure #57

Open woodholly opened 3 months ago

woodholly commented 3 months ago

Using fancy ES6 destructuring assignment led to the fact, that sysend lost 4% of browsers support (IE 11 too): https://caniuse.com/?search=destructuring

jcubic commented 3 months ago

Thanks for the report, it seems that I forget the aim to use ES5 for the codebase.

jcubic commented 1 month ago

I have a working code with linter enabled, didn't commit it yet because I need to test it out. I need the time to test it, since there are no automated tests.