tsbase
Preparing search index...
Until
Function Until
Until
(
condition
:
()
=>
boolean
,
interval
?:
number
,
limit
?:
number
,
)
:
Promise
<
boolean
>
Wait until the condition is met or the given limit is reached (whichever is first).
Parameters
condition
:
()
=>
boolean
interval
:
number
= 0
limit
:
number
= tenSeconds
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
tsbase
Loading...
Wait until the condition is met or the given limit is reached (whichever is first).