Input options for the ‘waitForFunction’ mutation.Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Fields
polling
Polling
Polling method: REQUEST_ANIMATION_FRAME (raf) for browser-synchronized polling, or a number for millisecond interval.
Defaults to raf.
interval
Int
Polling interval in milliseconds, if ‘polling’ is not REQUEST_ANIMATION_FRAME. Example: 100 (for 100ms interval).