mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Signed-off-by: findseat <penglili@outlook.com> (#8636)
Signed-off-by: findseat <penglili@outlook.com>
This commit is contained in:
@@ -30,7 +30,7 @@ export class ObservableTracker<T> {
|
||||
);
|
||||
}
|
||||
|
||||
/** Awaits until the the total number of emissions observed by this tracker equals or exceeds {@link count}
|
||||
/** Awaits until the total number of emissions observed by this tracker equals or exceeds {@link count}
|
||||
* @param count The number of emissions to wait for
|
||||
*/
|
||||
async pauseUntilReceived(count: number, msTimeout = 50): Promise<T[]> {
|
||||
|
||||
Reference in New Issue
Block a user