pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.22k stars 197 forks source link

typescript compile code is es6, some browser report err #74

Closed Zero2key closed 6 years ago

Zero2key commented 6 years ago

class const let are in compile code, some browser don't support es6

pladaria commented 6 years ago

Thanks, merged

oytuntez commented 5 years ago

Ahhh, this caused us so much trouble :) at the end, I came back to the repo today and I was saying to myself "ok, time to listen to the devil and fork the repo".

Then I saw the commits! <3

Thank you @pladaria!