mirror of
https://github.com/bitwarden/jslib
synced 2025-12-30 07:03:21 +00:00
* Allow external awaits of indexing We were getting stuck in an infinite load loop where we were basing logic on a dirty state of search service. This await enables us to wait until an index is complete, then update it rather than being kicked out of indexing early because it is in progress. * Stop infinite loop by specifying ciphers to index