mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-14 09:16:03 -04:00
update dist
This commit is contained in:
parent
c55426f5e1
commit
15e29ece75
13 changed files with 1969 additions and 2661 deletions
8
dist/utils/HavenoUtils.js
vendored
8
dist/utils/HavenoUtils.js
vendored
|
@ -120,6 +120,14 @@ class HavenoUtils {
|
|||
}
|
||||
throw new Error("PaymentAccountForm does not have field " + fieldId);
|
||||
}
|
||||
/**
|
||||
* Wait for the duration.
|
||||
*
|
||||
* @param {number} durationMs - the duration to wait for in milliseconds
|
||||
*/
|
||||
static async waitFor(durationMs) {
|
||||
return new Promise(function (resolve) { setTimeout(resolve, durationMs); });
|
||||
}
|
||||
}
|
||||
exports.default = HavenoUtils;
|
||||
HavenoUtils.logLevel = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue