1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/app/javascript/action_cable
David Heinemeier Hansson 4a23cb3415
Output Action Cable JS without transpiling and as ESM (#42856)
* Output Action Cable JS without transpiling and as ESM

* Retain umd version under the old name, generate ESM version + duplicate under new name

* Precompile JavaScripts for direct asset pipeline use

* We've dropped support for IE11

* Include deprecation notice for the old file reference

Thanks @rafaelfranca 👍

* Allow app to opt out of precompiling actioncable js assets

cc @rafaelfranca

* Add changelog entries
2021-08-06 14:00:43 +02:00
..
adapters.js Replace window references in ActionCable with self 2019-01-14 17:44:35 -08:00
connection.js Simplify this.isActive() && this.webSocket into this.isActive() 2019-01-14 11:52:46 -08:00
connection_monitor.js Prevent thundering herd of Action Cable clients 2021-02-02 10:43:05 -06:00
consumer.js update from PR #36222 2020-02-12 13:31:43 -05:00
index.js Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810) 2019-04-02 23:04:43 +02:00
index_with_name_deprecation.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
internal.js Ensure @rails/actioncable package contains complete source 2019-08-15 09:19:59 -04:00
logger.js Added an example of logging 2020-07-06 23:32:55 +05:30
subscription.js
subscriptions.js Fix typo in ACa documentation [ci skip] 2019-10-28 11:09:22 -04:00