Glitch-Shrike/app/javascript/mastodon/actions
unarist 2c51bc0ca5 Add missing rejection handling for Promises (#7008)
* Add eslint-plugin-promise to detect uncaught rejections

* Move alert generation for errors to actions/alert

* Add missing rejection handling for Promises

* Use catch() instead of onReject on then()

Then it will catches rejection from onFulfilled. This detection can be
disabled by `allowThen` option, though.
2018-04-02 14:51:02 +02:00
..
importer
push_notifications Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
accounts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
alerts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
blocks.js
bundles.js
cards.js
columns.js
compose.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
height_cache.js
interactions.js
lists.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
modal.js
mutes.js
notifications.js
onboarding.js
pin_statuses.js
reports.js
search.js
settings.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
statuses.js
store.js
streaming.js
timelines.js