(pageFunction: () => T | Promise<T>)
| 728 | |
| 729 | interface PageOrFrameWithEvaluate { |
| 730 | evaluate<T>(pageFunction: () => T | Promise<T>): Promise<T>; |
| 731 | } |
| 732 | |
| 733 | export async function waitForRAF(pageOrFrame: PageOrFrameWithEvaluate) { |
no outgoing calls