Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
1.4 KiB
sidebar_label |
---|
FrameWaitForFunctionOptions |
FrameWaitForFunctionOptions interface
Signature:
export interface FrameWaitForFunctionOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
polling |
|
'raf' | 'mutation' | number |
An interval at which the
| |
signal |
|
AbortSignal |
A signal object that allows you to cancel a waitForFunction call. | |
timeout |
|
number |
Maximum time to wait in milliseconds. Defaults to |