mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Revert "dont sequentialize in throttle spec"
This reverts commit 8edc99dfd1.
This commit is contained in:
@@ -94,6 +94,7 @@ class Foo {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@sequentialize((args) => 'qux' + args[0])
|
||||||
@throttle(1, () => 'qux')
|
@throttle(1, () => 'qux')
|
||||||
qux(a: number) {
|
qux(a: number) {
|
||||||
this.calls++;
|
this.calls++;
|
||||||
|
|||||||
Reference in New Issue
Block a user