Files
element-web/src/autocomplete
Luke Barnard c9f3a12693 Fix Autocompleter promises
Use bluebird instead of the now removed "q" library.

Also, make sure we timeout and then `reflect` to effectively do an `allSettled` that waits for all promises to either be resolved or rejected. Then we filter for those that are fulfilled and return the completions.
2017-07-13 16:51:14 +01:00
..
2017-07-13 16:51:14 +01:00
2017-07-03 19:24:18 +01:00
2017-06-02 21:35:55 +01:00
2017-06-01 17:29:40 +01:00
2017-06-23 18:30:16 +01:00