FrameWaitForFunctionOptions 接口
¥FrameWaitForFunctionOptions interface
签名
¥Signature
export interface FrameWaitForFunctionOptions
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
---|---|---|---|---|
polling |
| 'raf' | 'mutation' | 数字 | 执行
| |
signal |
| AbortSignal | 允许你取消 waitForFunction 调用的信号对象。 | |
timeout |
| 数字 | 最长时间等待(以毫秒为单位)。默认为 |