1
0
Fork 0
js-utils/docs/api/js-utils.waitfor.md

29 lines
592 B
Markdown
Raw Normal View History

2021-08-01 14:47:48 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [waitFor](./js-utils.waitfor.md)
## waitFor() function
> Warning: This API is now obsolete.
>
>
2021-08-01 14:47:48 +00:00
<b>Signature:</b>
```typescript
export declare function waitFor(cb: PredicateC0, step: number, tries: number): Promise<void>;
2021-08-01 14:47:48 +00:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cb | PredicateC0 | |
| step | number | |
| tries | number | |
2021-08-01 14:47:48 +00:00
<b>Returns:</b>
Promise&lt;void&gt;