Options for the traverseCollection function.
optional
documentLoader: DocumentLoader
The document loader for loading remote JSON-LD documents.
optional
contextLoader: DocumentLoader
The context loader for loading remote JSON-LD contexts.
optional
suppressError: boolean
Whether to suppress errors when fetching pages. If true
,
errors will be logged but not thrown. Defaults to false
.
optional
interval: Temporal.Duration | Temporal.DurationLike
The interval to wait between fetching pages. Zero or negative values will disable the interval. Disabled by default.