You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon/middleware
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.
7 years ago
..
errors.js Add missing rejection handling for Promises (#7008) 7 years ago
loading_bar.js Replace sprockets/browserify with Webpack (#2617) 8 years ago
sounds.js Audio.prototype.seek is undefined (#5935) 7 years ago