aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable.js
Commit message (Expand)AuthorAgeFilesLines
* Simplify `this.isActive() && this.webSocket` into `this.isActive()`Richard Macklin2019-01-141-1/+1
* Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#closeRichard Macklin2019-01-141-4/+8
* Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-141-5/+2
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-1/+13
* Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-011-2/+2
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-011-200/+203
* Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-021-0/+475